mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
Audioplayer: Remove special handling for display mute icon
- Supplement to bace5ce91b
This commit is contained in:
@@ -98,11 +98,9 @@ int CMediaPlayerMenu::exec(CMenuTarget* parent, const std::string &actionKey)
|
||||
}
|
||||
else if (actionKey == "inetplayer")
|
||||
{
|
||||
audiomute->enableMuteIcon(false);
|
||||
if (inetPlayer == NULL)
|
||||
inetPlayer = new CAudioPlayerGui(true);
|
||||
int res = inetPlayer->exec(NULL, "init");
|
||||
audiomute->enableMuteIcon(true);
|
||||
return res; //menu_return::RETURN_REPAINT;
|
||||
}
|
||||
else if (actionKey == "movieplayer")
|
||||
|
Reference in New Issue
Block a user