change default sort to part
This commit is contained in:
parent
ed6c4e62af
commit
9fd4c40ff6
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ pandora.ui.mediaView = function(options) {
|
||||||
},
|
},
|
||||||
keys: ['state', 'instances', 'wanted', 'error'],
|
keys: ['state', 'instances', 'wanted', 'error'],
|
||||||
scrollbarVisible: true,
|
scrollbarVisible: true,
|
||||||
sort: [{key: 'path', operator: '+'}],
|
sort: [{key: 'part', operator: '+'}],
|
||||||
unique: 'id'
|
unique: 'id'
|
||||||
})
|
})
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
|
|
Loading…
Reference in a new issue