@jellyfin/sdk
    Preparing search index...

    Interface ListingsProviderInfo

    interface ListingsProviderInfo {
        ChannelMappings?: NameValuePair[] | null;
        Country?: string | null;
        EnableAllTuners?: boolean;
        EnabledTuners?: string[] | null;
        Id?: string | null;
        KidsCategories?: string[] | null;
        ListingsId?: string | null;
        MovieCategories?: string[] | null;
        MoviePrefix?: string | null;
        NewsCategories?: string[] | null;
        Password?: string | null;
        Path?: string | null;
        PreferredLanguage?: string | null;
        SportsCategories?: string[] | null;
        Type?: string | null;
        UserAgent?: string | null;
        Username?: string | null;
        ZipCode?: string | null;
    }
    Index

    Properties

    ChannelMappings?: NameValuePair[] | null
    Country?: string | null
    EnableAllTuners?: boolean
    EnabledTuners?: string[] | null
    Id?: string | null
    KidsCategories?: string[] | null
    ListingsId?: string | null
    MovieCategories?: string[] | null
    MoviePrefix?: string | null
    NewsCategories?: string[] | null
    Password?: string | null
    Path?: string | null
    PreferredLanguage?: string | null
    SportsCategories?: string[] | null
    Type?: string | null
    UserAgent?: string | null
    Username?: string | null
    ZipCode?: string | null