Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/mp/tuxbox

Origin commit data
------------------
Commit: c471135a32
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-12-11 (Mon, 11 Dec 2017)
This commit is contained in:
vanhofen
2017-12-11 23:37:24 +01:00

View File

@@ -218,7 +218,7 @@ bool CZapitChannel::isUHD()
if(strstr(name.c_str(),uhd.c_str()))
return true;
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;
}
default: