mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user