youtube feeds: Fix handling mute icon

Origin commit data
------------------
Commit: 54e4a812d2
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-06-03 (Mon, 03 Jun 2013)

Origin message was:
------------------
* youtube feeds: Fix handling mute icon
This commit is contained in:
Michael Liebmann
2013-06-03 17:57:51 +02:00
parent b8d4504f1d
commit 660b5d6073

View File

@@ -192,6 +192,7 @@ int CMoviePlayerGui::exec(CMenuTarget * parent, const std::string & actionKey)
moviebrowser->setMode(MB_SHOW_RECORDS);
}
else if (actionKey == "ytplayback") {
CAudioMute::getInstance()->enableMuteIcon(false);
isMovieBrowser = true;
moviebrowser->setMode(MB_SHOW_YT);
}
@@ -229,6 +230,9 @@ int CMoviePlayerGui::exec(CMenuTarget * parent, const std::string & actionKey)
CVFD::getInstance()->setMode(CVFD::MODE_TVRADIO);
if (moviebrowser->getMode() == MB_SHOW_YT)
CAudioMute::getInstance()->enableMuteIcon(true);
if (timeshift){
timeshift = 0;
return menu_return::RETURN_EXIT_ALL;