mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Show a loading spinner when loading a collection.
This commit is contained in:
@@ -249,6 +249,8 @@ TreeModel::addCollection( const collection_ptr& collection )
|
||||
<< collection->source()->id()
|
||||
<< collection->source()->userName();
|
||||
|
||||
startLoading();
|
||||
|
||||
m_collection = collection;
|
||||
DatabaseCommand_AllArtists* cmd = new DatabaseCommand_AllArtists( collection );
|
||||
|
||||
|
Reference in New Issue
Block a user