mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-02-08 07:29:03 +01:00
- added code to read Toshiba channel list (*.db)
- code cleanup
This commit is contained in:
@@ -21,7 +21,7 @@ namespace ChanSort.Loader.ScmFile
|
||||
if (freq == 0)
|
||||
freq = transp*8 + 106;
|
||||
|
||||
this.ChannelOrTransponder = ((int)(freq-106)/8).ToString();
|
||||
this.ChannelOrTransponder = LookupData.Instance.GetDvbtChannel(freq).ToString();
|
||||
this.FreqInMhz = freq;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user