mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +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)
|
if (timeshift == TSHIFT_MODE_OFF)
|
||||||
callInfoViewer();
|
callInfoViewer();
|
||||||
} else if (filelist.size() > 0) {
|
} else if (filelist.size() > 0) {
|
||||||
|
EnableClockAndMute(false);
|
||||||
CFileBrowser playlist;
|
CFileBrowser playlist;
|
||||||
CFile *pfile = NULL;
|
CFile *pfile = NULL;
|
||||||
pfile = &(*filelist_it);
|
pfile = &(*filelist_it);
|
||||||
@@ -901,6 +902,7 @@ void CMoviePlayerGui::PlayFileLoop(void)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
EnableClockAndMute(true);
|
||||||
}
|
}
|
||||||
} else if (msg == (neutrino_msg_t) g_settings.mpkey_pause) {
|
} else if (msg == (neutrino_msg_t) g_settings.mpkey_pause) {
|
||||||
if (playstate == CMoviePlayerGui::PAUSE) {
|
if (playstate == CMoviePlayerGui::PAUSE) {
|
||||||
|
Reference in New Issue
Block a user