From 5f67b3453bc76c8606925c8b6322b0a9d3982f1f Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Thu, 5 May 2011 21:58:57 -0400 Subject: [PATCH] update sourcelist on db dync --- src/sourcetree/items/collectionitem.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sourcetree/items/collectionitem.cpp b/src/sourcetree/items/collectionitem.cpp index b3a468f34..aceac1490 100644 --- a/src/sourcetree/items/collectionitem.cpp +++ b/src/sourcetree/items/collectionitem.cpp @@ -56,6 +56,7 @@ CollectionItem::CollectionItem( SourcesModel* mdl, SourceTreeItem* parent, cons // load auto playlists and stations! connect( source.data(), SIGNAL( stats( QVariantMap ) ), this, SIGNAL( updated() ) ); + connect( source.data(), SIGNAL( syncedWithDatabase() ), this, SIGNAL( updated() ) ); connect( source.data(), SIGNAL( playbackStarted( Tomahawk::query_ptr ) ), this, SIGNAL( updated() ) ); connect( source.data(), SIGNAL( stateChanged() ), this, SIGNAL( updated() ) ); connect( source.data(), SIGNAL( offline() ), this, SIGNAL( updated() ) );