mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/mp/tuxbox
Origin commit data
------------------
Branch: ni/coolstream
Commit: c471135a32
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-12-11 (Mon, 11 Dec 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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