mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-07 11:07:04 +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:
@@ -23,6 +23,9 @@ namespace ChanSort.Api
|
||||
public bool MixedSourceFavorites => this.loader.Features.MixedSourceFavorites;
|
||||
public bool AllowGapsInFavNumbers => this.loader.Features.AllowGapsInFavNumbers;
|
||||
public bool DeletedChannelsNeedNumbers => this.loader.Features.DeleteMode == SerializerBase.DeleteMode.FlagWithPrNr;
|
||||
public bool CanSkip => this.loader.Features.CanSkipChannels;
|
||||
public bool CanLock => this.loader.Features.CanLockChannels;
|
||||
public bool CanHide => this.loader.Features.CanHideChannels;
|
||||
|
||||
public DataRoot(SerializerBase loader)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user