aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaveTBlake <oak99sky@yahoo.co.uk>2019-10-18 17:30:16 +0100
committerDaveTBlake <oak99sky@yahoo.co.uk>2019-10-18 17:30:16 +0100
commite0a63b974aaaba101b69238ba354ec45c243e5b4 (patch)
tree0d3c7a2ceb212d00c9a341334035505d44c9c7f2
parent3b1820d31154f819b76917c85668b7cfc2378e88 (diff)
Revert setting playcount to PLAYCOUNT_NOT_SET on read from cache
-rw-r--r--xbmc/video/VideoInfoTag.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/xbmc/video/VideoInfoTag.cpp b/xbmc/video/VideoInfoTag.cpp
index 562dfbb761..810b5547db 100644
--- a/xbmc/video/VideoInfoTag.cpp
+++ b/xbmc/video/VideoInfoTag.cpp
@@ -469,8 +469,6 @@ void CVideoInfoTag::Archive(CArchive& ar)
ar >> m_strAlbum;
ar >> m_artist;
ar >> m_playCount;
- //re-evaluate the playcount
- m_playCount = PLAYCOUNT_NOT_SET;
ar >> m_lastPlayed;
ar >> m_iTop250;
ar >> m_iSeason;