diff --git a/src/accounts/spotify/SpotifyPlaylistUpdater.cpp b/src/accounts/spotify/SpotifyPlaylistUpdater.cpp index 909eae163..50393c649 100644 --- a/src/accounts/spotify/SpotifyPlaylistUpdater.cpp +++ b/src/accounts/spotify/SpotifyPlaylistUpdater.cpp @@ -203,6 +203,7 @@ SpotifyPlaylistUpdater::tomahawkTracksInserted( const QList< plentry_ptr >& trac msg[ "_msgtype" ] = "addTracksToPlaylist"; msg[ "oldrev" ] = m_latestRev; msg[ "startPosition" ] = pos; + msg[ "playlistid" ] = m_spotifyId; QVariantList tracksJson; foreach ( const plentry_ptr& ple, tracks )