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
1 changed files with 2 additions and 0 deletions

View File

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