mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-23 11:33:14 +00:00
Fixed #291
This commit is contained in:
parent
d5e9f6e856
commit
3d8ead4a4d
2 changed files with 19 additions and 0 deletions
|
@ -19,12 +19,15 @@
|
|||
],
|
||||
"all": [
|
||||
"Added",
|
||||
"Art url",
|
||||
"Country",
|
||||
"Genre",
|
||||
"Key",
|
||||
"Last Viewed at",
|
||||
"Mood",
|
||||
"Poster url",
|
||||
"Sort title",
|
||||
"Style",
|
||||
"Summary",
|
||||
"Title",
|
||||
"Updated"
|
||||
|
|
|
@ -474,6 +474,14 @@
|
|||
"subtype": "string",
|
||||
"subkey": "$.tag"
|
||||
},
|
||||
"Location":
|
||||
{
|
||||
"key": "$.Location[*]",
|
||||
"call": 1,
|
||||
"type": "array",
|
||||
"subtype": "string",
|
||||
"subkey": "$.path"
|
||||
},
|
||||
"Locked Fields":
|
||||
{
|
||||
"key": "$.Field[*]",
|
||||
|
@ -883,6 +891,14 @@
|
|||
"call": 1,
|
||||
"type": "string"
|
||||
},
|
||||
"Similar":
|
||||
{
|
||||
"key": "$.Similar[*]",
|
||||
"call": 1,
|
||||
"type": "array",
|
||||
"subtype": "string",
|
||||
"subkey": "$.tag"
|
||||
},
|
||||
"Sort title":
|
||||
{
|
||||
"key": "$.titleSort",
|
||||
|
|
Loading…
Reference in a new issue