mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
- movieplayer: disable clock and mute while playlist_manager
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user