mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-06 20:26:07 +02:00
- LG GlobalClone: Favorites were not loaded correctly into ChanSort
- LG GlobalClone: some changes that might fix problems where the TV didn't work properly with an importet list (ChanSort now modifies less data in the file) - Menu items for hide/unhide, skip/unskip, lock/unlock are now disabled when these features are not supported by the channel list file format - Applying a .txt reference list (which doesn't contain information about skip/lock/hide) will no longer clear these flags in the current channel list
This commit is contained in:
@@ -94,6 +94,8 @@ namespace ChanSort.Loader.Hisense
|
||||
this.Features.ChannelNameEdit = ChannelNameEditMode.All;
|
||||
this.Features.DeleteMode = DeleteMode.NotSupported;
|
||||
this.Features.CanSkipChannels = false;
|
||||
this.Features.CanLockChannels = true;
|
||||
this.Features.CanHideChannels = true;
|
||||
this.Features.CanHaveGaps = true;
|
||||
this.Features.SortedFavorites = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user