azbox: reset volume after movieplayer

This commit is contained in:
Stefan Seyfried
2012-11-18 20:12:10 +01:00
parent 08b50288f2
commit e86bc33877

View File

@@ -178,6 +178,7 @@ void CMoviePlayerGui::restoreNeutrino()
playing = false; playing = false;
#ifdef HAVE_AZBOX_HARDWARE #ifdef HAVE_AZBOX_HARDWARE
g_Zapit->setStandby(false); g_Zapit->setStandby(false);
CZapit::getInstance()->SetVolume(CZapit::getInstance()->GetVolume());
#endif #endif
g_Zapit->unlockPlayBack(); g_Zapit->unlockPlayBack();