gui: allow progress tracking for non video/audio players
authorJoakim Plate <elupus@ecce.se>
Wed, 24 Oct 2012 20:06:21 +0000 (22:06 +0200)
committerJoakim Plate <elupus@ecce.se>
Sun, 20 Jan 2013 17:25:31 +0000 (18:25 +0100)
xbmc/Application.cpp

index b453e9f..0e2fdc3 100644 (file)
@@ -4430,7 +4430,7 @@ void CApplication::UpdateFileState()
   }
   else
   {
-    if (IsPlayingVideo() || IsPlayingAudio())
+    if (IsPlaying())
     {
       if (m_progressTrackingItem->GetPath() == "")
       {