diff --git a/src/libtomahawk/utils/spotifyparser.cpp b/src/libtomahawk/utils/spotifyparser.cpp index 14a07f6c9..437944934 100644 --- a/src/libtomahawk/utils/spotifyparser.cpp +++ b/src/libtomahawk/utils/spotifyparser.cpp @@ -213,7 +213,7 @@ SpotifyParser::spotifyTrackLookupFinished() return; } - Tomahawk::query_ptr q = Tomahawk::Query::get( artist, title, album, uuid(), true ); + Tomahawk::query_ptr q = Tomahawk::Query::get( artist, title, album, uuid(), m_trackMode ); m_tracks << q; } else