forked from 0x2620/pandora
sort by path. includes part and allows editing part
This commit is contained in:
parent
30645c0ea0
commit
71bdf09e8b
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ pandora.ui.mediaView = function(options) {
|
|||
},
|
||||
keys: ['state', 'instances', 'wanted', 'error'],
|
||||
scrollbarVisible: true,
|
||||
sort: [{key: 'part', operator: '+'}],
|
||||
sort: [{key: 'path', operator: '+'}],
|
||||
unique: 'id'
|
||||
})
|
||||
.bindEvent({
|
||||
|
|
Loading…
Reference in a new issue