mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-03-05 19:50:43 +01: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:
@@ -77,6 +77,9 @@ namespace ChanSort.Loader.LG
|
||||
{
|
||||
this.Features.ChannelNameEdit = ChannelNameEditMode.Analog;
|
||||
this.Features.DeleteMode = DeleteMode.FlagWithoutPrNr;
|
||||
this.Features.CanSkipChannels = true;
|
||||
this.Features.CanLockChannels = true;
|
||||
this.Features.CanHideChannels = true;
|
||||
this.Features.CanHaveGaps = true;
|
||||
this.Features.DeviceSettings = true;
|
||||
this.Features.CleanUpChannelData = true;
|
||||
|
||||
Reference in New Issue
Block a user