mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 15:16:34 +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->setCanSubscribe( true );
|
||||||
|
|
||||||
updater->setSubscribed( true );
|
updater->setSubscribed( true );
|
||||||
updater->setSync( false );
|
updater->setSync( true );
|
||||||
|
|
||||||
// Just register the infos
|
// Just register the infos
|
||||||
Accounts::SpotifyAccount::instance()->registerPlaylistInfo( m_title, m_browseUri, m_browseUri, false, false );
|
Accounts::SpotifyAccount::instance()->registerPlaylistInfo( m_title, m_browseUri, m_browseUri, false, false );
|
||||||
|
Reference in New Issue
Block a user