diff --git a/src/gui/movieplayer.cpp b/src/gui/movieplayer.cpp index c0212772d..839d74e15 100644 --- a/src/gui/movieplayer.cpp +++ b/src/gui/movieplayer.cpp @@ -280,9 +280,6 @@ void CMoviePlayerGui::cutNeutrino() if (isUPNP) return; -#if 0 - CZapit::getInstance()->setMoviePlayer(true);// let CCamManager::SetMode know, the call is from MoviePlayer -#endif g_Zapit->lockPlayBack(); #ifdef HAVE_AZBOX_HARDWARE @@ -338,6 +335,10 @@ void CMoviePlayerGui::restoreNeutrino() if (isUPNP) return; + + + CZapit::getInstance()->setMoviePlayer(true);// let CCamManager::SetMode know, the call is from MoviePlayer + #if ! HAVE_COOL_HARDWARE g_Zapit->unlockPlayBack(); #else