diff --git a/src/webui/static/app/chconf.js b/src/webui/static/app/chconf.js index 6bbc35bc..18476ec7 100644 --- a/src/webui/static/app/chconf.js +++ b/src/webui/static/app/chconf.js @@ -30,6 +30,7 @@ tvheadend.channels = new Ext.data.JsonStore({ fields: ['name', 'chid', 'xmltvsrc', 'tags', 'ch_icon', 'epg_pre_start', 'epg_post_end', 'number'], id: 'chid', + sortInfo: { field: 'number', direction: "ASC" }, url: "channels", baseParams: { op: 'list'