1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-24 01:39:42 +01:00

Only auto-resolve if it's a single track or a list, not a playlist

This commit is contained in:
Leo Franchi 2011-09-14 18:27:19 -04:00
parent b3aa6c9a6c
commit 6899b38944

View File

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