Skip to content

Commit

Permalink
[ExternalPlayer] - reset m_time on openfile (fixes bad playcount marking
Browse files Browse the repository at this point in the history
on successive played movies)
  • Loading branch information
Memphiz committed Oct 6, 2014
1 parent ccd4492 commit ff1bd02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/cores/ExternalPlayer/ExternalPlayer.cpp
Expand Up @@ -106,6 +106,7 @@ bool CExternalPlayer::OpenFile(const CFileItem& file, const CPlayerOptions &opti
try
{
m_bIsPlaying = true;
m_time = 0;
m_launchFilename = file.GetPath();
CLog::Log(LOGNOTICE, "%s: %s", __FUNCTION__, m_launchFilename.c_str());
Create();
Expand Down

0 comments on commit ff1bd02

Please sign in to comment.