mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-06 11:36:56 +02:00
- Sony: DVB-T and DVB-C lists are now separated into "TV", "Radio" and "Other" lists, each with their own unique numbering
- Samsung ZIP: deleting a channel now really deletes it from the file, instead of marking it as deleted and assigning -1 as channel number (which appears as 65535 on some models)
This commit is contained in:
@@ -204,7 +204,7 @@ namespace ChanSort.Api
|
||||
foreach (var refList in refDataRoot.ChannelLists)
|
||||
{
|
||||
var tvList = this.DataRoot.GetChannelList(refList.SignalSource);
|
||||
if (tvList == null)
|
||||
if (tvList == null || tvList.SignalSource != refList.SignalSource)
|
||||
{
|
||||
log.AppendFormat("Skipped reference list {0}\r\n", refList.ShortCaption);
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user