1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

Select newly created playlist when created via tomahawk link too

This commit is contained in:
Leo Franchi 2011-10-13 22:44:29 -04:00
parent 0ba9a9e076
commit d07f191a1e

View File

@ -660,6 +660,7 @@ GlobalActionManager::loadDynamicPlaylist( const QUrl& url, bool station )
else
pl->createNewRevision( uuid(), pl->currentrevision(), type, controls, pl->entries() );
ViewManager::instance()->show( pl );
return pl;
}