@jellyfin/sdk
    Preparing search index...

    Interface LiveTvServiceInfo

    Class ServiceInfo.

    LiveTvServiceInfo

    interface LiveTvServiceInfo {
        HasUpdateAvailable?: boolean;
        HomePageUrl?: null | string;
        IsVisible?: boolean;
        Name?: null | string;
        Status?: LiveTvServiceStatus;
        StatusMessage?: null | string;
        Tuners?: null | string[];
        Version?: null | string;
    }
    Index

    Properties

    HasUpdateAvailable?: boolean

    Gets or sets a value indicating whether this instance has update available.

    LiveTvServiceInfo

    HomePageUrl?: null | string

    Gets or sets the home page URL.

    LiveTvServiceInfo

    IsVisible?: boolean

    Gets or sets a value indicating whether this instance is visible.

    LiveTvServiceInfo

    Name?: null | string

    Gets or sets the name.

    LiveTvServiceInfo

    LiveTvServiceInfo

    StatusMessage?: null | string

    Gets or sets the status message.

    LiveTvServiceInfo

    Tuners?: null | string[]

    LiveTvServiceInfo

    Version?: null | string

    Gets or sets the version.

    LiveTvServiceInfo