mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
enable epg-scan while audioplayer, movieplayer, pictureviewer and
upnp-browser runs
Origin commit data
------------------
Branch: ni/coolstream
Commit: a5bc693282
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-24 (Thu, 24 Nov 2016)
Origin message was:
------------------
- enable epg-scan while audioplayer, movieplayer, pictureviewer and
upnp-browser runs
------------------
This commit was generated by Migit
This commit is contained in:
@@ -221,8 +221,6 @@ void CMoviePlayerGui::cutNeutrino()
|
||||
return;
|
||||
|
||||
g_Zapit->lockPlayBack();
|
||||
if (!isWebTV)
|
||||
g_Sectionsd->setPauseScanning(true);
|
||||
|
||||
m_LastMode = (CNeutrinoApp::getInstance()->getMode() /*| NeutrinoMessages::norezap*/);
|
||||
if (isWebTV)
|
||||
@@ -245,7 +243,6 @@ void CMoviePlayerGui::restoreNeutrino()
|
||||
|
||||
//g_Zapit->unlockPlayBack();
|
||||
CZapit::getInstance()->EnablePlayback(true);
|
||||
g_Sectionsd->setPauseScanning(false);
|
||||
|
||||
printf("%s: restore mode %x\n", __func__, m_LastMode);fflush(stdout);
|
||||
#if 0
|
||||
|
Reference in New Issue
Block a user