fix multi-part stack selection of correct part
authorVoyager1 <voyager@xbmc.org>
Thu, 7 Jan 2016 20:23:42 +0000 (21:23 +0100)
committerVoyager1 <voyager@xbmc.org>
Sun, 31 Jan 2016 07:04:58 +0000 (08:04 +0100)
xbmc/video/windows/GUIWindowVideoBase.cpp

index 71bf331..fcb39af 100644 (file)
@@ -947,7 +947,7 @@ bool CGUIWindowVideoBase::OnPlayStackPart(int iItem)
         else if (value != SELECT_ACTION_PLAY)
           return false; // if not selected PLAY, then we changed our mind so return
       }
-      stack->m_lStartPartNumber = selectedFile;
+      stack->m_lStartPartNumber = selectedFile + 1;
     }
     // regular stack
     else