Skip to content

Commit

Permalink
changed: Run SaveFileState job with priority normal to make sure it d…
Browse files Browse the repository at this point in the history
…oesn't get paused
  • Loading branch information
arnova committed Mar 4, 2013
1 parent 9234982 commit 26b0b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/Application.cpp
Expand Up @@ -4407,7 +4407,7 @@ void CApplication::SaveFileState(bool bForeground /* = false */)
*m_stackFileItemToUpdate,
m_progressTrackingVideoResumeBookmark,
m_progressTrackingPlayCountUpdate);
CJobManager::GetInstance().AddJob(job, NULL);
CJobManager::GetInstance().AddJob(job, NULL, CJob::PRIORITY_NORMAL);
}
}

Expand Down

0 comments on commit 26b0b0c

Please sign in to comment.