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