Merge pull request #4650 from FernetMenta/paplayer
authorjmarshallnz <jcmarsha@gmail.com>
Sun, 4 May 2014 22:33:52 +0000 (10:33 +1200)
committerJonathan Marshall <jmarshall@never.you.mind>
Sun, 4 May 2014 22:36:52 +0000 (10:36 +1200)
paplayer: fix accidently disabled seek by fc2b1b2

xbmc/cores/paplayer/DVDPlayerCodec.cpp

index 411d6bf..441bcd8 100644 (file)
@@ -203,6 +203,7 @@ bool DVDPlayerCodec::Init(const CStdString &strFile, unsigned int filecache)
     {
       // rewind stream to beginning
       Seek(0);
+      m_bCanSeek = true;
     }
     else
     {