mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 07:07:05 +02:00
Default to synced + subscribed when dropping a spotify playlist
This commit is contained in:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user