mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
CZapitChannel: add issue tag
This should be reworked
This commit is contained in:
@@ -218,7 +218,7 @@ bool CZapitChannel::isUHD()
|
|||||||
if(strstr(name.c_str(),uhd.c_str()))
|
if(strstr(name.c_str(),uhd.c_str()))
|
||||||
return true;
|
return true;
|
||||||
uhd = "4k";
|
uhd = "4k";
|
||||||
if(strstr(name.c_str(),uhd.c_str()))
|
if(strstr(name.c_str(),uhd.c_str())) //FIXME: this statement may fall through
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user