movieplayer.cpp: move setMoviePlayer() to the right function

Origin commit data
------------------
Branch: ni/coolstream
Commit: 92bb1a2ff1
Author: FlatTV <FlatTV@gmx.de>
Date: 2018-01-23 (Tue, 23 Jan 2018)


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

------------------
This commit was generated by Migit
This commit is contained in:
FlatTV
2018-01-23 17:35:45 +01:00
parent a3c9010a53
commit 506718c495

View File

@@ -279,9 +279,6 @@ void CMoviePlayerGui::cutNeutrino()
if (isUPNP)
return;
//NI
CZapit::getInstance()->setMoviePlayer(true);// let CCamManager::SetMode know, the call is from MoviePlayer
g_Zapit->lockPlayBack();
#ifdef HAVE_AZBOX_HARDWARE
@@ -337,6 +334,10 @@ void CMoviePlayerGui::restoreNeutrino()
if (isUPNP)
return;
//NI
CZapit::getInstance()->setMoviePlayer(true);// let CCamManager::SetMode know, the call is from MoviePlayer
#if ! HAVE_COOL_HARDWARE
g_Zapit->unlockPlayBack();
#else