Skip to content

Discogs search endpoint returns 'genre', rather than 'genres'. So genres are never set after a search. #145

@akda5id

Description

@akda5id

Asking for .genres after a search always requires a second api call, I think I have tracked this down to
https://www.discogs.com/developers#page:database,header:database-search
has the key as 'genre' and
https://www.discogs.com/developers#page:database,header:database-release
has the key 'genres'
(Both are arrays)

If you want my hacky fix for this issue in the vein of #144, let me know.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions