mirror of
https://github.com/clementine-player/Clementine
synced 2025-02-02 20:36:44 +01:00
Fix formatting
This commit is contained in:
parent
250b5ca0a6
commit
651965b905
@ -455,8 +455,7 @@ void LibraryModel::SongsDeleted(const SongList& songs) {
|
||||
while (i != pending_art_.end()) {
|
||||
if (i.value().first == node) {
|
||||
i = pending_art_.erase(i);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
++i;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user