diff options
-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); |