mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-03-02 10:10:44 +01:00
- fixed 200MHz offset for Samsung DVB-C channels
- added support for Sony channel lists (read-only at the moment) - added option to disable check for updates
This commit is contained in:
@@ -26,7 +26,7 @@ namespace ChanSort.Loader.LG
|
||||
this.FreqInMhz = (data.GetDword(_FrequencyLong)+10) / 1000;
|
||||
// ReSharper restore PossibleLossOfFraction
|
||||
if (this.FreqInMhz == 0)
|
||||
this.FreqInMhz = LookupData.Instance.GetDvbtFrequeny(channel);
|
||||
this.FreqInMhz = LookupData.Instance.GetDvbtFrequency(channel);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user