mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-07 18:45:59 +02:00
Changes:
- File / "File information" now shows information for all TV models - Disabled "TV-Set" menu items which are not applicable - Fixed DVB-S transponder/frequency information for LG LN and LA61xx series - Fixed deleting channels in Samsung B-series Digital Air/Cable lists - Fixed encryption information in Samsung B-series Digital Air/Cable lists - Fixed loading of reference lists with non-unique channel identifiers - Fixed error when saving LG files for models LD-LK after applying a reference list which contains channels not present in the TLL file
This commit is contained in:
@@ -48,7 +48,7 @@ namespace ChanSort.Loader.Samsung
|
||||
#region InitCommonData()
|
||||
protected void InitCommonData(int slot, SignalSource signalSource, DataMapping data)
|
||||
{
|
||||
this.InUse = data.GetFlag(_InUse);
|
||||
this.InUse = data.GetFlag(_InUse, true);
|
||||
this.RecordIndex = slot;
|
||||
this.RecordOrder = slot;
|
||||
this.SignalSource = signalSource;
|
||||
@@ -58,8 +58,6 @@ namespace ChanSort.Loader.Samsung
|
||||
this.Lock = data.GetFlag(_Lock);
|
||||
this.Encrypted = data.GetFlag(_Encrypted);
|
||||
this.IsDeleted = data.GetFlag(_Deleted);
|
||||
if (this.IsDeleted)
|
||||
this.OldProgramNr = -1;
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user