- fixed SignalSource.SatIP to not include Sat, because it caused ambiguity betwen DvbS and SAT>IP.

This affected Panasonic lists where all SAT>IP channels ended up in the normal DVB-S list together with DVB-S channels.
This commit is contained in:
Horst Beham
2021-07-25 00:40:28 +02:00
parent 417e790c4d
commit 356e5fe52a
2 changed files with 8 additions and 6 deletions

View File

@@ -61,7 +61,7 @@ namespace ChanSort.Api
DvbT = Digital + Antenna,
DvbCT = Digital + Cable + Antenna,
DvbS = Digital + Sat,
SatIP = Digital + Sat + IP,
SatIP = Digital + IP, // must NOT add Sat
CablePrimeD = Digital + Cable + CablePrime,
HdPlusD = Digital + Sat + AstraHdPlus,