mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2025-02-17 03:48:25 +00:00
Missed def update
This commit is contained in:
parent
a602925f88
commit
08dc7cb2ca
1 changed files with 3 additions and 3 deletions
|
@ -311,7 +311,7 @@
|
|||
"type": "array",
|
||||
"subtype": "string",
|
||||
"subkey1": "$.id",
|
||||
"subkey": "[?(@.id contains 'imdb://')]",
|
||||
"subkey": "$.id",
|
||||
"postProcess": true
|
||||
},
|
||||
"TMDB":
|
||||
|
@ -319,8 +319,8 @@
|
|||
"key": "$.Guid[*]",
|
||||
"call": 1,
|
||||
"type": "array",
|
||||
"subtype": "string",
|
||||
"subkey": "[?(@.id contains 'tmdb://')]",
|
||||
"subtype": "string",
|
||||
"subkey": "$.id",
|
||||
"postProcess": true
|
||||
},
|
||||
"Audience Rating":
|
||||
|
|
Loading…
Add table
Reference in a new issue