Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WebTV: Correct remote sort (defaultL: by channel number)
  • Loading branch information
ProfYaffle authored and perexg committed Oct 20, 2014
1 parent a9c2ebb commit 9305694
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/webui/static/tv.js
Expand Up @@ -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"
Expand Down

0 comments on commit 9305694

Please sign in to comment.