- fix: symbol rate corrupted on LG LA/LN models

- disable LG sat channel list editing when preset program numbers are present
This commit is contained in:
hbeham
2013-05-16 21:06:44 +02:00
parent 0d03481232
commit d8902a8b5a
14 changed files with 638 additions and 286 deletions

View File

@@ -133,7 +133,7 @@ namespace ChanSort.Api
private ChannelList GetInitiallyClearedChannelList(SignalSource signalSource)
{
var channelList = dataRoot.GetChannelList(signalSource);
if (channelList == null)
if (channelList == null || channelList.ReadOnly)
return null;
if (!this.clearedLists.Contains(channelList))
{