- movieplayer: disable clock and mute while playlist_manager

This commit is contained in:
svenhoefer
2014-11-26 10:14:53 +01:00
parent dfc7a1d304
commit dbd4f77332

View File

@@ -886,6 +886,7 @@ void CMoviePlayerGui::PlayFileLoop(void)
if (timeshift == TSHIFT_MODE_OFF)
callInfoViewer();
} else if (filelist.size() > 0) {
EnableClockAndMute(false);
CFileBrowser playlist;
CFile *pfile = NULL;
pfile = &(*filelist_it);
@@ -901,6 +902,7 @@ void CMoviePlayerGui::PlayFileLoop(void)
break;
}
}
EnableClockAndMute(true);
}
} else if (msg == (neutrino_msg_t) g_settings.mpkey_pause) {
if (playstate == CMoviePlayerGui::PAUSE) {