Skip to content

Commit

Permalink
fixed: clear cache if a new local trailer is found
Browse files Browse the repository at this point in the history
(cherry picked from commit dc7c257a816493cbc23f46dc49a99938352d59f0)

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@32914 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
spiff_ committed Aug 18, 2010
1 parent d762d1c commit 843416b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/GUIWindowVideoInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ void CGUIWindowVideoInfo::SetMovie(const CFileItem *item)
m_movieItem->GetVideoInfoTag()->m_iDbId,
VIDEODB_ID_TRAILER, VIDEODB_CONTENT_MOVIES);
database.Close();
CUtil::DeleteVideoDatabaseDirectoryCache();
}
}
}
Expand Down

0 comments on commit 843416b

Please sign in to comment.