mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
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:
@@ -279,9 +279,6 @@ void CMoviePlayerGui::cutNeutrino()
|
|||||||
if (isUPNP)
|
if (isUPNP)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
//NI
|
|
||||||
CZapit::getInstance()->setMoviePlayer(true);// let CCamManager::SetMode know, the call is from MoviePlayer
|
|
||||||
|
|
||||||
g_Zapit->lockPlayBack();
|
g_Zapit->lockPlayBack();
|
||||||
|
|
||||||
#ifdef HAVE_AZBOX_HARDWARE
|
#ifdef HAVE_AZBOX_HARDWARE
|
||||||
@@ -337,6 +334,10 @@ void CMoviePlayerGui::restoreNeutrino()
|
|||||||
|
|
||||||
if (isUPNP)
|
if (isUPNP)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
//NI
|
||||||
|
CZapit::getInstance()->setMoviePlayer(true);// let CCamManager::SetMode know, the call is from MoviePlayer
|
||||||
|
|
||||||
#if ! HAVE_COOL_HARDWARE
|
#if ! HAVE_COOL_HARDWARE
|
||||||
g_Zapit->unlockPlayBack();
|
g_Zapit->unlockPlayBack();
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user