mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-26 09:09: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:
@@ -19,6 +19,9 @@ namespace ChanSort.Api
|
||||
#region Load()
|
||||
public string Load(string fileName, DataRoot root, ChannelList list)
|
||||
{
|
||||
if (list.ReadOnly)
|
||||
return "The current channel list is read-only";
|
||||
|
||||
this.lineNumber = 0;
|
||||
this.dataRoot = root;
|
||||
this.channelList = list;
|
||||
|
||||
Reference in New Issue
Block a user