forked from 0x2620/pandora
Indiancine.ma: update secondary sort (fixes #1419)
This commit is contained in:
parent
22f4d8441d
commit
5aa40d1b24
1 changed files with 2 additions and 1 deletions
|
@ -5,9 +5,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
{
|
{
|
||||||
|
// FIXME: not a good name
|
||||||
"additionalSort": [
|
"additionalSort": [
|
||||||
{"key": "director", "operator": "+"},
|
|
||||||
{"key": "year", "operator": "+"},
|
{"key": "year", "operator": "+"},
|
||||||
|
{"key": "director", "operator": "+"},
|
||||||
{"key": "title", "operator": "+"}
|
{"key": "title", "operator": "+"}
|
||||||
],
|
],
|
||||||
"annotations": {
|
"annotations": {
|
||||||
|
|
Loading…
Reference in a new issue