sort the channel tags by name

This commit is contained in:
sb1066 2009-08-30 15:26:49 +00:00
parent 8696f3f61c
commit eb082a82be

View file

@ -13,6 +13,8 @@ tvheadend.channelTags = new Ext.data.JsonStore({
}
});
tvheadend.channelTags.setDefaultSort('name', 'ASC');
tvheadend.comet.on('channeltags', function(m) {
if(m.reload != null)
tvheadend.channelTags.reload();