mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 06:36:55 +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;
|
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;
|
m_tracks << q;
|
||||||
|
|
||||||
} else
|
} else
|
||||||
|
Reference in New Issue
Block a user