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:
@@ -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 )
|
||||
|
Reference in New Issue
Block a user