From a5c6c8db08b26d64a60a2451fc93883618f4f936 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 26 Oct 2016 02:26:47 +0200 Subject: [PATCH] avoid page requests for multipart items with >100 parts --- static/js/mediaView.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/mediaView.js b/static/js/mediaView.js index 12478184f..f0ac6076e 100644 --- a/static/js/mediaView.js +++ b/static/js/mediaView.js @@ -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'