mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-05 21:06:56 +02:00
- 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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user