Interface VideoDetailsItem

interface VideoDetailsItem {
    art?: MediaArtwork;
    dateadded?: string;
    fanart?: string;
    file?: string;
    label: string;
    lastplayed?: string;
    playcount?: number;
    plot?: string;
    thumbnail?: string;
    title?: string;
}

Hierarchy (View Summary)

Properties

dateadded?: string
fanart?: string
file?: string
label: string
lastplayed?: string
playcount?: number
plot?: string
thumbnail?: string
title?: string