WebTV: Correct remote sort (defaultL: by channel number)

This commit is contained in:
Ian 2014-10-18 15:56:22 +01:00 committed by Jaroslav Kysela
parent a9c2ebb3ec
commit 93056943b6

View file

@ -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"