paplayer: instruct AE to keep configuration when skipping tracks
authorRainer Hochecker <fernetmenta@online.de>
Thu, 5 Dec 2013 13:18:32 +0000 (14:18 +0100)
committerRainer Hochecker <fernetmenta@online.de>
Tue, 10 Dec 2013 06:58:27 +0000 (07:58 +0100)
xbmc/cores/paplayer/PAPlayer.cpp

index 13339f4..3c53a6d 100644 (file)
@@ -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);