mirror of
https://github.com/clementine-player/Clementine
synced 2025-02-02 12:26:48 +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);
|
const QString cache_key = AlbumIconPixmapCacheKey(idx);
|
||||||
QPixmapCache::remove(cache_key);
|
QPixmapCache::remove(cache_key);
|
||||||
icon_cache_->remove(QUrl(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
|
// Remove from pending art loading
|
||||||
QMapIterator<quint64, ItemAndCacheKey> i(pending_art_);
|
QMapIterator<quint64, ItemAndCacheKey> i(pending_art_);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user