forked from 0x2620/pandora
make random sort order appear last
This commit is contained in:
parent
b22d593200
commit
a6e9b3eef3
2 changed files with 12 additions and 12 deletions
|
@ -442,12 +442,6 @@
|
||||||
"capability": "canSeeFiles",
|
"capability": "canSeeFiles",
|
||||||
"find": true
|
"find": true
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "random",
|
|
||||||
"title": "Random",
|
|
||||||
"type": "integer",
|
|
||||||
"columnWidth": 60
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "created",
|
"id": "created",
|
||||||
"title": "Date Created",
|
"title": "Date Created",
|
||||||
|
@ -497,6 +491,12 @@
|
||||||
"title": "Can Play Clips",
|
"title": "Can Play Clips",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"value": "capability"
|
"value": "capability"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "random",
|
||||||
|
"title": "Random",
|
||||||
|
"type": "integer",
|
||||||
|
"columnWidth": 60
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -351,12 +351,6 @@
|
||||||
"capability": "canSeeFiles",
|
"capability": "canSeeFiles",
|
||||||
"find": true
|
"find": true
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "random",
|
|
||||||
"title": "Random",
|
|
||||||
"type": "integer",
|
|
||||||
"columnWidth": 60
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "created",
|
"id": "created",
|
||||||
"title": "Date Created",
|
"title": "Date Created",
|
||||||
|
@ -399,6 +393,12 @@
|
||||||
]},
|
]},
|
||||||
"sortOperator": "+",
|
"sortOperator": "+",
|
||||||
"values": ["Public", "Restricted", "Private", "Unknown"]
|
"values": ["Public", "Restricted", "Private", "Unknown"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "random",
|
||||||
|
"title": "Random",
|
||||||
|
"type": "integer",
|
||||||
|
"columnWidth": 60
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"itemName": {
|
"itemName": {
|
||||||
|
|
Loading…
Reference in a new issue