mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-30 19:00:12 +02:00
Only auto-resolve if it's a single track or a list, not a playlist
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user