Revert "fixed: Unpause when restarting player else xbmc may get confused (eg. Seek...
authorarnova <arnova@void.org>
Sun, 5 Aug 2012 15:58:15 +0000 (17:58 +0200)
committerarnova <arnova@void.org>
Sun, 5 Aug 2012 16:06:10 +0000 (18:06 +0200)
This reverts commit b47224a03b7281a071c9639a21b9b193d2533941.

xbmc/Application.cpp

index 70086e5..eb01a87 100644 (file)
@@ -4088,11 +4088,6 @@ bool CApplication::PlayFile(const CFileItem& item, bool bRestart)
       delete m_pPlayer;
       m_pPlayer = NULL;
     }
-    else
-    if (m_pPlayer->IsPaused()) // If paused, unpause first
-    {
-      m_pPlayer->Pause();
-    }
   }
 
   if (!m_pPlayer)