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()) {
|
while (i != pending_art_.end()) {
|
||||||
if (i.value().first == node) {
|
if (i.value().first == node) {
|
||||||
i = pending_art_.erase(i);
|
i = pending_art_.erase(i);
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
++i;
|
++i;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user