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

Signed-off-by: Thilo Graf <dbt@novatux.de>

# Conflicts:
#	src/gui/movieplayer.cpp
This commit is contained in:
FlatTV
2018-01-23 21:56:46 +01:00
committed by Thilo Graf
parent 63566b2ed3
commit f6c85b138a

View File

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