CInfoViewerBB: display no tuner icon for webtv

Origin commit data
------------------
Branch: ni/coolstream
Commit: ef30348cd1
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-10-19 (Mon, 19 Oct 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2015-10-19 09:21:48 +02:00
committed by vanhofen
parent 09d2eb6e89
commit 00bf5ed696

View File

@@ -184,7 +184,7 @@ void CInfoViewerBB::getBBIconInfo()
iconView = checkBBIcon(NEUTRINO_ICON_SCRAMBLED2, &w, &h);
break;
case CInfoViewerBB::ICON_TUNER:
if (CFEManager::getInstance()->getEnabledCount() > 1 && g_settings.infobar_show_tuner == 1)
if (CFEManager::getInstance()->getEnabledCount() > 1 && g_settings.infobar_show_tuner == 1 && !IS_WEBTV(g_InfoViewer->get_current_channel_id()))
iconView = checkBBIcon(NEUTRINO_ICON_TUNER_1, &w, &h);
break;
default: