mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
gui/movieplayer.cpp: try to remove extra live start on movie stop
This commit is contained in:
@@ -198,7 +198,8 @@ void CMoviePlayerGui::restoreNeutrino()
|
||||
if (isUPNP)
|
||||
return;
|
||||
|
||||
g_Zapit->unlockPlayBack();
|
||||
//g_Zapit->unlockPlayBack();
|
||||
CZapit::getInstance()->EnablePlayback(true);
|
||||
g_Sectionsd->setPauseScanning(false);
|
||||
|
||||
printf("%s: restore mode %x\n", __func__, m_LastMode);fflush(stdout);
|
||||
|
Reference in New Issue
Block a user