mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-20 12:52:30 +02:00
fix adding hopefully
This commit is contained in:
@@ -203,6 +203,7 @@ SpotifyPlaylistUpdater::tomahawkTracksInserted( const QList< plentry_ptr >& trac
|
|||||||
msg[ "_msgtype" ] = "addTracksToPlaylist";
|
msg[ "_msgtype" ] = "addTracksToPlaylist";
|
||||||
msg[ "oldrev" ] = m_latestRev;
|
msg[ "oldrev" ] = m_latestRev;
|
||||||
msg[ "startPosition" ] = pos;
|
msg[ "startPosition" ] = pos;
|
||||||
|
msg[ "playlistid" ] = m_spotifyId;
|
||||||
|
|
||||||
QVariantList tracksJson;
|
QVariantList tracksJson;
|
||||||
foreach ( const plentry_ptr& ple, tracks )
|
foreach ( const plentry_ptr& ple, tracks )
|
||||||
|
Reference in New Issue
Block a user