mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user