1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-13 20:39:57 +01:00

Default to synced + subscribed when dropping a spotify playlist

This commit is contained in:
Leo Franchi 2012-07-17 10:10:15 -04:00
parent ba16ca9a72
commit cd7efebdf8

View File

@ -371,7 +371,7 @@ SpotifyParser::checkBrowseFinished()
updater->setCanSubscribe( true );
updater->setSubscribed( true );
updater->setSync( false );
updater->setSync( true );
// Just register the infos
Accounts::SpotifyAccount::instance()->registerPlaylistInfo( m_title, m_browseUri, m_browseUri, false, false );