From aec6b557a6df207f48dfcab571efc902a203cc83 Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Fri, 23 Mar 2012 18:38:29 -0400 Subject: [PATCH] fix adding hopefully --- src/accounts/spotify/SpotifyPlaylistUpdater.cpp | 1 + 1 file changed, 1 insertion(+) 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 )