- ref-list proxy-channels appeared in UI as valid channels after saving a TLL file

This commit is contained in:
hbeham
2013-04-29 01:24:49 +02:00
parent 5ca4a7c225
commit 08c062c963
4 changed files with 9 additions and 2 deletions

View File

@@ -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;

View File

@@ -109,6 +109,8 @@ namespace ChanSort.Loader.LG
}
else
mapping.SetFlag(_Moved, true);
this.OldProgramNr = this.NewProgramNr;
}
#endregion

View File

@@ -775,8 +775,7 @@ namespace ChanSort.Loader.LG
++newAnalogChannelCount;
else if ((channel.SignalSource & SignalSource.DvbCT) != 0)
++newDvbctChannelCount;
}
channel.OldProgramNr = channel.NewProgramNr;
}
channel.UpdateRawData();
}
}

View File

@@ -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