mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 05:37:29 +02:00
We own self created playlists
This commit is contained in:
@@ -1260,7 +1260,7 @@ SpotifyAccount::playlistCopyCreated( const QString& msgType, const QVariantMap&
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
SpotifyPlaylistInfo *info = new SpotifyPlaylistInfo( title, id, revid, true, false );
|
SpotifyPlaylistInfo *info = new SpotifyPlaylistInfo( title, id, revid, true, false, true );
|
||||||
startPlaylistSync( info );
|
startPlaylistSync( info );
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1291,6 +1291,7 @@ SpotifyAccount::playlistCreated( const QString& msgType, const QVariantMap& msg,
|
|||||||
|
|
||||||
playlist_ptr playlist = m_waitingForCreateReply.take( qid );
|
playlist_ptr playlist = m_waitingForCreateReply.take( qid );
|
||||||
SpotifyPlaylistUpdater* updater = new SpotifyPlaylistUpdater( this, revid, id, playlist );
|
SpotifyPlaylistUpdater* updater = new SpotifyPlaylistUpdater( this, revid, id, playlist );
|
||||||
|
updater->setOwner( true );
|
||||||
updater->setSync( true );
|
updater->setSync( true );
|
||||||
m_updaters[ id ] = updater;
|
m_updaters[ id ] = updater;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user