SmartPlaylistsModel: Add missing endArray
This commit is contained in:
parent
1bf1c4ac63
commit
ec4d036f50
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user