gui/movieplayer.cpp: try to remove extra live start on movie stop

This commit is contained in:
[CST] Focus
2014-11-18 17:46:13 +03:00
parent 37b20a84f6
commit cb804f37cd

View File

@@ -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);