From 71bdf09e8b7edd8366d195427f23a41daf2e8cc4 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sat, 11 Apr 2015 23:04:39 +0200 Subject: [PATCH] sort by path. includes part and allows editing part --- static/js/mediaView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/mediaView.js b/static/js/mediaView.js index 8729558c1..e54006761 100644 --- a/static/js/mediaView.js +++ b/static/js/mediaView.js @@ -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({