mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-20 14:22:04 +01:00
- ref-list proxy-channels appeared in UI as valid channels after saving a TLL file
This commit is contained in:
@@ -68,6 +68,8 @@ namespace ChanSort.Api
|
||||
{
|
||||
this.SignalSource = source;
|
||||
this.Uid = uid;
|
||||
this.RecordIndex = -1;
|
||||
this.RecordOrder = -1;
|
||||
this.OldProgramNr = -1;
|
||||
this.NewProgramNr = newProgNr;
|
||||
this.Name = name;
|
||||
|
||||
@@ -109,6 +109,8 @@ namespace ChanSort.Loader.LG
|
||||
}
|
||||
else
|
||||
mapping.SetFlag(_Moved, true);
|
||||
|
||||
this.OldProgramNr = this.NewProgramNr;
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
@@ -775,8 +775,7 @@ namespace ChanSort.Loader.LG
|
||||
++newAnalogChannelCount;
|
||||
else if ((channel.SignalSource & SignalSource.DvbCT) != 0)
|
||||
++newDvbctChannelCount;
|
||||
}
|
||||
channel.OldProgramNr = channel.NewProgramNr;
|
||||
}
|
||||
channel.UpdateRawData();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,6 +10,8 @@ Changes:
|
||||
- Fixed: Program number and channel name can be edited again by directly
|
||||
typing the number or name on the keyboard.
|
||||
- Fixed: Sorting and column layout is now preserved when switching lists
|
||||
- Fixed: Missing channels from a reference list appeared as valid channels
|
||||
in the UI after saving a TLL file.
|
||||
|
||||
The complete change log can be found at the end of this document
|
||||
|
||||
@@ -117,6 +119,8 @@ Change log ================================================================
|
||||
- Fixed: Program number and channel name can be edited again by directly
|
||||
typing the number or name on the keyboard.
|
||||
- Fixed: Sorting and column layout is now preserved when switching lists
|
||||
- Fixed: Missing channels from a reference list appeared as valid channels
|
||||
in the UI after saving a TLL file.
|
||||
|
||||
2013-04-21
|
||||
- Fix: Encryption flag for Samsung analog and DVB-C/T lists now shown
|
||||
|
||||
Reference in New Issue
Block a user