diff options
author | Rainer Hochecker <fernetmenta@online.de> | 2013-12-05 14:18:32 +0100 |
---|---|---|
committer | Rainer Hochecker <fernetmenta@online.de> | 2013-12-10 07:58:27 +0100 |
commit | 9b61eea1281a7b057bc97289ff12a2c0c0d0d21e (patch) | |
tree | 2a3bfc7d0978f0d2ba28e467d8a6c5addce4ac17 | |
parent | f837de666a667f34ccff3df20b6cdd5987ed6a49 (diff) |
paplayer: instruct AE to keep configuration when skipping tracks
-rw-r--r-- | xbmc/cores/paplayer/PAPlayer.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xbmc/cores/paplayer/PAPlayer.cpp b/xbmc/cores/paplayer/PAPlayer.cpp index 13339f4b3c..3c53a6d4c2 100644 --- a/xbmc/cores/paplayer/PAPlayer.cpp +++ b/xbmc/cores/paplayer/PAPlayer.cpp @@ -511,6 +511,9 @@ inline bool PAPlayer::PrepareStream(StreamInfo *si) bool PAPlayer::CloseFile(bool reopen) { + if (reopen) + CAEFactory::KeepConfiguration(3000); + if (!m_isPaused) SoftStop(true, true); CloseAllStreams(false); |