fix default item sort in config json

This commit is contained in:
rolux 2011-10-09 13:31:46 +00:00
commit 460a4217ea
2 changed files with 7 additions and 5 deletions

View file

@ -568,7 +568,7 @@
"icons": "posters",
"infoIconSize": 256,
"item": "",
"itemSort": [{"key": "clip:position", "operator": "+"}],
"itemSort": [{"key": "position", "operator": "+"}],
"itemView": "info",
"listColumns": ["title", "director", "country", "year", "language", "runtime", "genre"],
"listColumnWidth": {},