@jellyfin/sdk
    Preparing search index...

    Interface ImageApiGetSplashscreenRequest

    Request parameters for getSplashscreen operation in ImageApi.

    ImageApiGetSplashscreenRequest

    interface ImageApiGetSplashscreenRequest {
        format?: ImageFormat;
        tag?: string;
    }
    Index

    Properties

    Properties

    format?: ImageFormat

    Determines the output format of the image - original,gif,jpg,png.

    ImageApiGetSplashscreen

    tag?: string

    Supply the cache tag from the item object to receive strong caching headers.

    ImageApiGetSplashscreen