cleanup indiancinema filters
This commit is contained in:
parent
0fe00fd106
commit
0dedc7803a
1 changed files with 1 additions and 3 deletions
|
@ -75,7 +75,6 @@
|
|||
// fixme: either this, or filter: true in itemKeys, but not both
|
||||
"filters": [
|
||||
{"id": "director", "title": "Director", "type": "string"},
|
||||
{"id": "country", "title": "Country", "type": "string"},
|
||||
{"id": "year", "title": "Year", "type": "integer"},
|
||||
{"id": "language", "title": "Language", "type": "string"},
|
||||
{"id": "genre", "title": "Genre", "type": "string"},
|
||||
|
@ -84,8 +83,7 @@
|
|||
{"id": "producer", "title": "Producer", "type": "string"},
|
||||
{"id": "cinematographer", "title": "Cinematographer", "type": "string"},
|
||||
{"id": "editor", "title": "Editor", "type": "string"},
|
||||
{"id": "actor", "title": "Actor", "type": "string"},
|
||||
{"id": "keyword", "title": "Keyword", "type": "string"}
|
||||
{"id": "actor", "title": "Actor", "type": "string"}
|
||||
],
|
||||
"flags": false,
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue