diff options
-rw-r--r-- | xbmc/cores/VideoPlayer/VideoPlayerSubtitle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/cores/VideoPlayer/VideoPlayerSubtitle.cpp b/xbmc/cores/VideoPlayer/VideoPlayerSubtitle.cpp index 110da40732..26320908b7 100644 --- a/xbmc/cores/VideoPlayer/VideoPlayerSubtitle.cpp +++ b/xbmc/cores/VideoPlayer/VideoPlayerSubtitle.cpp @@ -118,7 +118,7 @@ bool CVideoPlayerSubtitle::OpenStream(CDVDStreamInfo &hints, std::string &filena { std::unique_lock<CCriticalSection> lock(m_section); - CloseStream(true); + CloseStream(false); m_streaminfo = hints; // okey check if this is a filesubtitle |