@jellyfin/sdk
    Preparing search index...

    Interface BrandingOptionsDto

    The branding options DTO for API use. This DTO excludes SplashscreenLocation to prevent it from being updated via API.

    BrandingOptionsDto

    interface BrandingOptionsDto {
        CustomCss?: null | string;
        LoginDisclaimer?: null | string;
        SplashscreenEnabled?: boolean;
    }
    Index

    Properties

    CustomCss?: null | string

    Gets or sets the custom CSS.

    BrandingOptionsDto

    LoginDisclaimer?: null | string

    Gets or sets the login disclaimer.

    BrandingOptionsDto

    SplashscreenEnabled?: boolean

    Gets or sets a value indicating whether to enable the splashscreen.

    BrandingOptionsDto