- Samsung Channel Digial Sat support

- Attempt to fix LG analog channel list issues
This commit is contained in:
hbeham
2014-03-01 04:20:14 +01:00
parent 030b400096
commit b3f8d295af
9 changed files with 62 additions and 33 deletions

View File

@@ -110,7 +110,7 @@ namespace ChanSort.Loader.LG
mapping.SetFlag(_Deleted, true);
mapping.SetByte("off" + _Moved, 0); //skip,lock,hide,moved
}
else
else if ((this.SignalSource&SignalSource.Digital) != 0)
{
mapping.SetFlag(_Moved, true);
}