mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +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()->id()
|
||||||
<< collection->source()->userName();
|
<< collection->source()->userName();
|
||||||
|
|
||||||
|
startLoading();
|
||||||
|
|
||||||
m_collection = collection;
|
m_collection = collection;
|
||||||
DatabaseCommand_AllArtists* cmd = new DatabaseCommand_AllArtists( collection );
|
DatabaseCommand_AllArtists* cmd = new DatabaseCommand_AllArtists( collection );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user