mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +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)
|
if (isUPNP)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
g_Zapit->unlockPlayBack();
|
//g_Zapit->unlockPlayBack();
|
||||||
|
CZapit::getInstance()->EnablePlayback(true);
|
||||||
g_Sectionsd->setPauseScanning(false);
|
g_Sectionsd->setPauseScanning(false);
|
||||||
|
|
||||||
printf("%s: restore mode %x\n", __func__, m_LastMode);fflush(stdout);
|
printf("%s: restore mode %x\n", __func__, m_LastMode);fflush(stdout);
|
||||||
|
Reference in New Issue
Block a user