mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-30 19:00:12 +02:00
Avoid double-populating ScriptCollections when refreshing.
This commit is contained in:
@@ -273,7 +273,8 @@ TreeModel::reloadCollection()
|
||||
if ( m_collection.isNull() )
|
||||
return;
|
||||
|
||||
onCollectionChanged();
|
||||
if ( !isLoading() )
|
||||
onCollectionChanged();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user