@jellyfin/sdk
    Preparing search index...

    Interface QueryFiltersLegacy

    QueryFiltersLegacy

    interface QueryFiltersLegacy {
        Genres?: null | string[];
        OfficialRatings?: null | string[];
        Tags?: null | string[];
        Years?: null | number[];
    }
    Index

    Properties

    Genres?: null | string[]

    QueryFiltersLegacy

    OfficialRatings?: null | string[]

    QueryFiltersLegacy

    Tags?: null | string[]

    QueryFiltersLegacy

    Years?: null | number[]

    QueryFiltersLegacy