Type Alias VideoFieldsEpisode

VideoFieldsEpisode: (
    | "title"
    | "plot"
    | "votes"
    | "rating"
    | "writer"
    | "firstaired"
    | "playcount"
    | "runtime"
    | "director"
    | "productioncode"
    | "season"
    | "episode"
    | "originaltitle"
    | "showtitle"
    | "cast"
    | "streamdetails"
    | "lastplayed"
    | "fanart"
    | "thumbnail"
    | "file"
    | "resume"
    | "tvshowid"
    | "dateadded"
    | "uniqueid"
    | "art"
    | "specialsortseason"
    | "specialsortepisode"
    | "userrating"
    | "seasonid"
    | "ratings"
    | "genre"
    | "studio"
)[]