Tsarr Documentation - v2.11.0
    Preparing search index...

    Type Alias RelatedVideo

    type RelatedVideo = {
        url?: string;
        key?: string;
        name?: string;
        size?: number;
        type?:
            | "Clip"
            | "Teaser"
            | "Trailer"
            | "Featurette"
            | "Opening Credits"
            | "Behind the Scenes"
            | "Bloopers";
        site?: "YouTube";
    }
    Index

    Properties

    url?: string
    key?: string
    name?: string
    size?: number
    type?:
        | "Clip"
        | "Teaser"
        | "Trailer"
        | "Featurette"
        | "Opening Credits"
        | "Behind the Scenes"
        | "Bloopers"
    site?: "YouTube"