Skip to content

Genre select input doesn't show multiple genres #450

@Pigamer37

Description

@Pigamer37

I'm using the v5 client on Windows.

I have an addon that can handle filtering by multiple genres, and when using an optionsLimit property with > 1, Stremio throws requests as expected when clicking on multiple genres, appending &genre=genre1&genre=genre2

However, the UI only shows a green dot on one of the genres, exactly the same as when only selecting one. It would be nice that when using the optionsLimit parameter (which the addon SDK docs imply is for use for this exact purpose), Stremio's UI would reflect what is requesting, i.e. showing green dots on all genres/options in the select input.

Right now the fix on the addon's part is easy: don't use optionsLimit or set it to 1, because otherwise it appears buggy because of the request/UI mismatch. It would be nice to be able to get and filter by multiple genres correctly, though.

Loving the changes in v5, btw. Keep up the good work!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions