1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-06 21:31:23 +01:00

Playlist: Fix updating summary after reloading items

Fixes #848
This commit is contained in:
Jonas Kvinge 2021-12-08 01:35:49 +01:00
parent 4c6251bf28
commit ca4ea0719f

View File

@ -1220,6 +1220,8 @@ void Playlist::UpdateItems(SongList songs) {
}
}
emit PlaylistChanged();
ScheduleSave();
}