1
0
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:
Christian Muehlhaeuser 2012-06-26 02:16:57 +02:00
parent 2f07c92fdd
commit 0dad8b9218

View File

@ -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 );