WebTV: Correct remote sort (defaultL: by channel number)
This commit is contained in:
parent
a9c2ebb3ec
commit
93056943b6
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue