mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-28 01:59:03 +01:00
- 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:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user