mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-03-06 12:10:42 +01:00
- Philips: fixed error saving the Favorite.xml file (effects Philips "ChannelMap_105" and later file format versions)
- added Hungarian translation (credits to Istvan Krisko) - Sony XML: fixed display of wrong DVB-C cable channel/transponder number - LG webOS 5: unfortunately no news yet, but the insight that some "CX" models run on webOS 3.6 and others on 5.1, using different file formats.
This commit is contained in:
@@ -443,7 +443,7 @@ namespace ChanSort.Loader.Sony
|
||||
chan.Polarity = transp.Polarity;
|
||||
if ((signalSource & SignalSource.Cable) != 0)
|
||||
chan.ChannelOrTransponder = LookupData.Instance.GetDvbcChannelName(chan.FreqInMhz);
|
||||
if ((signalSource & SignalSource.Cable) != 0)
|
||||
else if ((signalSource & SignalSource.Antenna) != 0)
|
||||
chan.ChannelOrTransponder = LookupData.Instance.GetDvbtTransponder(chan.FreqInMhz).ToString();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user