Get genre metadata for Tidal, Qobuz and Spotify

Extract genre information when fetching favorites and search results.
Genre is now populated in the collection and playlists for
tracks from these streaming services.
This commit is contained in:
Rob Stanfield
2025-12-20 09:18:15 -08:00
committed by Jonas Kvinge
parent 610b458196
commit ea629aedd1
5 changed files with 85 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ class QobuzRequest : public QobuzBaseRequest {
QString album;
QUrl cover_url;
bool album_explicit;
QString genre;
};
struct Request {
Request() : offset(0), limit(0) {}