avoid page requests for multipart items with >100 parts

This commit is contained in:
j 2016-10-26 02:26:47 +02:00
parent d4a232d594
commit a5c6c8db08

View file

@ -256,6 +256,7 @@ pandora.ui.mediaView = function(options) {
}), callback);
},
keys: ['state', 'instances', 'wanted', 'error'],
pageLength: 1000,
scrollbarVisible: true,
sort: [{key: 'path', operator: '+'}],
unique: 'id'