mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-31 06:02:27 +02:00
* Show a loading spinner when loading a collection.
This commit is contained in:
parent
2f07c92fdd
commit
0dad8b9218
@ -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 );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user