1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-19 04:11:46 +02:00

fix adding hopefully

This commit is contained in:
Leo Franchi
2012-03-23 18:38:29 -04:00
parent dddeb9e9a7
commit aec6b557a6

View File

@@ -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 )