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:
parent
b3aa6c9a6c
commit
6899b38944
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user