mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-02-07 06:59:03 +01:00
- fixed deleting Samsung channels (no longer show up on Pr 0)
This commit is contained in:
@@ -4,7 +4,6 @@ namespace ChanSort.Loader.ScmFile
|
||||
{
|
||||
internal class AnalogChannel : ScmChannelBase
|
||||
{
|
||||
private const string _Skip = "Skip";
|
||||
private const string _Frequency = "offFrequency";
|
||||
|
||||
#region ctor()
|
||||
@@ -21,7 +20,6 @@ namespace ChanSort.Loader.ScmFile
|
||||
this.FreqInMhz = freq;
|
||||
if (this.FreqInMhz == 0) // fallback since Freq is part of the UID and requires a unique value
|
||||
this.FreqInMhz = slot;
|
||||
this.Skip = mapping.GetFlag(_Skip);
|
||||
this.ChannelOrTransponder = "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user