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

Origin commit data
------------------
Branch: ni/coolstream
Commit: cb804f37cd
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-11-18 (Tue, 18 Nov 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2014-11-18 17:46:13 +03:00
parent fe5f4f275c
commit 8ab1a78e94

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