CollectionModel: Don't process model updates when loading
This commit is contained in:
@@ -292,6 +292,8 @@ class CollectionModel : public SimpleTreeModel<CollectionItem> {
|
||||
int total_artist_count_;
|
||||
int total_album_count_;
|
||||
|
||||
bool loading_;
|
||||
|
||||
QQueue<CollectionModelUpdate> updates_;
|
||||
|
||||
// Keyed on database ID
|
||||
|
||||
Reference in New Issue
Block a user