SmartPlaylistsModel: Add missing endArray
This commit is contained in:
@@ -205,6 +205,7 @@ void SmartPlaylistsModel::UpdateGenerator(const QModelIndex &idx, PlaylistGenera
|
|||||||
s.beginWriteArray(backend_->songs_table(), count);
|
s.beginWriteArray(backend_->songs_table(), count);
|
||||||
SaveGenerator(&s, idx.row(), gen);
|
SaveGenerator(&s, idx.row(), gen);
|
||||||
|
|
||||||
|
s.endArray();
|
||||||
s.endGroup();
|
s.endGroup();
|
||||||
|
|
||||||
// Update the text of the item
|
// Update the text of the item
|
||||||
|
|||||||
Reference in New Issue
Block a user