~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to xbmc/GUIDialogSongInfo.cpp

  • Committer: jmarshallnz
  • Date: 2010-04-21 02:15:43 UTC
  • Revision ID: svn-v4:568bbfeb-2a22-0410-94d2-cc84cf5bfa90:trunk:29411
fixed: Only delete cached thumbs willy-nilly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
271
271
 
272
272
  CStdString cachedThumb(CUtil::GetCachedAlbumThumb(m_song->GetMusicInfoTag()->GetAlbum(), m_song->GetMusicInfoTag()->GetArtist()));
273
273
 
274
 
  CTextureCache::Get().ClearCachedImage(cachedThumb);
 
274
  CTextureCache::Get().ClearCachedImage(cachedThumb, true);
275
275
  if (result == "thumb://None")
276
276
  {
277
277
    CFile::Delete(cachedThumb);