CInfoViewerBB: display no tuner icon for webtv

Origin commit data
------------------
Commit: ef30348cd1
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-10-19 (Mon, 19 Oct 2015)
This commit is contained in:
Michael Liebmann
2015-10-19 09:21:48 +02:00
committed by vanhofen
parent 2f6f81af25
commit f477116ea9

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: