AZBOX: deleted

Origin commit data
------------------
Branch: ni/coolstream
Commit: 2578ac1817
Author: max_10 <max_10@gmx.de>
Date: 2020-10-03 (Sat, 03 Oct 2020)

Origin message was:
------------------
- AZBOX: deleted

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

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2020-10-03 22:47:34 +02:00
committed by vanhofen
parent 07568aa5b7
commit 4bce0cb433
9 changed files with 6 additions and 103 deletions

View File

@@ -284,14 +284,6 @@ void CMoviePlayerGui::cutNeutrino()
g_Zapit->lockPlayBack();
#ifdef HAVE_AZBOX_HARDWARE
/* we need sectionsd to get idle and zapit to release the demuxes
* and decoders so that the external player can do its work
* TODO: what about timeshift? */
g_Sectionsd->setServiceChanged(0, false);
g_Zapit->setStandby(true);
#endif
m_ThisMode = NeutrinoModes::mode_unknown;
m_LastMode = CNeutrinoApp::getInstance()->getMode();
printf("%s: last mode %d\n", __func__, m_LastMode);fflush(stdout);
@@ -330,10 +322,6 @@ void CMoviePlayerGui::restoreNeutrino()
#endif
playing = false;
#ifdef HAVE_AZBOX_HARDWARE
g_Zapit->setStandby(false);
CZapit::getInstance()->SetVolume(CZapit::getInstance()->GetVolume());
#endif
if (isUPNP)
return;