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:
parent
ba16ca9a72
commit
cd7efebdf8
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user