mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-23 07:50:13 +01:00
Fix formatting
This commit is contained in:
parent
04baa9ec0f
commit
796fa285f5
@ -409,7 +409,8 @@ void LibraryModel::SongsDeleted(const SongList& songs) {
|
||||
const QString cache_key = AlbumIconPixmapCacheKey(idx);
|
||||
QPixmapCache::remove(cache_key);
|
||||
icon_cache_->remove(QUrl(cache_key));
|
||||
if (pending_cache_keys_.contains(cache_key)) pending_cache_keys_.remove(cache_key);
|
||||
if (pending_cache_keys_.contains(cache_key))
|
||||
pending_cache_keys_.remove(cache_key);
|
||||
|
||||
// Remove from pending art loading
|
||||
QMapIterator<quint64, ItemAndCacheKey> i(pending_art_);
|
||||
|
Loading…
Reference in New Issue
Block a user