SmartPlaylistsModel: Add missing endArray

This commit is contained in:
Jonas Kvinge 2023-03-11 17:17:23 +01:00
parent 1bf1c4ac63
commit ec4d036f50
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ void SmartPlaylistsModel::UpdateGenerator(const QModelIndex &idx, PlaylistGenera
s.beginWriteArray(backend_->songs_table(), count);
SaveGenerator(&s, idx.row(), gen);
s.endArray();
s.endGroup();
// Update the text of the item