mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-07 08:56:25 +02:00
complete support for Samsung J series (added DVB-T, analog and reference list support)
This commit is contained in:
@@ -106,7 +106,9 @@ namespace ChanSort.Loader.Panasonic
|
||||
{
|
||||
freq /= 1000;
|
||||
this.FreqInMhz = freq;
|
||||
this.ChannelOrTransponder = LookupData.Instance.GetDvbtTransponder(freq).ToString();
|
||||
this.ChannelOrTransponder = (this.SignalSource & SignalSource.Antenna) != 0 ?
|
||||
LookupData.Instance.GetDvbtTransponder(freq).ToString() :
|
||||
LookupData.Instance.GetDvbcTransponder(freq).ToString();
|
||||
this.Satellite = (this.SignalSource & SignalSource.Antenna) != 0 ? "DVB-T" : "DVB-C";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user