indiancinema config: Actors -> Actor; remove sortType person for Studio
This commit is contained in:
parent
e57a20bd2e
commit
ba8cec90dd
1 changed files with 2 additions and 3 deletions
|
@ -207,8 +207,7 @@
|
|||
"columnWidth": 180,
|
||||
"filter": true,
|
||||
"find": true,
|
||||
"sort": true,
|
||||
"sortType": "person"
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "producer",
|
||||
|
@ -256,7 +255,7 @@
|
|||
},
|
||||
{
|
||||
"id": "actor",
|
||||
"title": "Actors",
|
||||
"title": "Actor",
|
||||
"type": ["string"],
|
||||
"autocomplete": true,
|
||||
"filter": true,
|
||||
|
|
Loading…
Reference in a new issue