forked from 0x2620/pandora
pad.ma does not have year
This commit is contained in:
parent
b9220e6820
commit
253125e3c6
1 changed files with 1 additions and 2 deletions
|
@ -548,7 +548,7 @@
|
||||||
"itemTitleKeys" list of itemKeys used to compose the title
|
"itemTitleKeys" list of itemKeys used to compose the title
|
||||||
via pandora.getItemTitle
|
via pandora.getItemTitle
|
||||||
*/
|
*/
|
||||||
"itemTitleKeys": ["title", "director", "year"],
|
"itemTitleKeys": ["title", "director"],
|
||||||
/*
|
/*
|
||||||
"itemViews" is an ordered list of available item views.
|
"itemViews" is an ordered list of available item views.
|
||||||
Implemented views are "info", "documents", "player", "editor",
|
Implemented views are "info", "documents", "player", "editor",
|
||||||
|
@ -763,7 +763,6 @@
|
||||||
"editSelection": [],
|
"editSelection": [],
|
||||||
"editSort": [
|
"editSort": [
|
||||||
{"key": "index", "operator": "+"},
|
{"key": "index", "operator": "+"},
|
||||||
{"key": "year", "operator": "+"},
|
|
||||||
{"key": "director", "operator": "+"},
|
{"key": "director", "operator": "+"},
|
||||||
{"key": "title", "operator": "+"},
|
{"key": "title", "operator": "+"},
|
||||||
{"key": "position", "operator": "+"},
|
{"key": "position", "operator": "+"},
|
||||||
|
|
Loading…
Reference in a new issue