commit e9c750d8183bb685af7bb7de5ac35b72fb860913 add type 0x80 (t="80") to collection ServiceType TV diff --git a/src/zapit/src/scansdt.cpp b/src/zapit/src/scansdt.cpp index 8862e265e..7a76d735e 100644 --- a/src/zapit/src/scansdt.cpp +++ b/src/zapit/src/scansdt.cpp @@ -352,7 +352,7 @@ uint8_t CSdt::FixServiceType(uint8_t type) if((type == 0x9A) || (type == 0x86) || (type==0xc3) || (type==0xc5) || (type==0xc6) || (type == 0x11) || (type == 0x16) || (type == 0x19) || (type == 0x1f) || - (type == 0x82) || (type == 0x87) || (type == 0xd3)) + (type == 0x80) || (type == 0x82) || (type == 0x87) || (type == 0xd3)) return 1; return type; }