Interface VideoLibraryRefreshMovieParams

interface VideoLibraryRefreshMovieParams {
    ignorenfo?: boolean;
    movieid: number;
    title?: string;
}

Properties

ignorenfo?: boolean
movieid: number
title?: string