From 93056943b657617cf70b05e1931be61da3ebb2e6 Mon Sep 17 00:00:00 2001 From: Ian Date: Sat, 18 Oct 2014 15:56:22 +0100 Subject: [PATCH] WebTV: Correct remote sort (defaultL: by channel number) --- src/webui/static/tv.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/webui/static/tv.js b/src/webui/static/tv.js index 351a9926..04b9a0c7 100644 --- a/src/webui/static/tv.js +++ b/src/webui/static/tv.js @@ -435,8 +435,9 @@ tv.app = function() { root : 'entries', fields : ['icon_public_url', 'number', 'name', 'uuid'], id : 'uuid', + remoteSort: true, sortInfo : { - field : 'number', // WIBI: Ideally, sort the whole channel list at source + field : 'number', // WIBNI: Ideally, sort the whole channel list at source direction : "ASC" }, url : "api/channel/grid"