Interface VideoLibraryRefreshMusicVideoParams

interface VideoLibraryRefreshMusicVideoParams {
    ignorenfo?: boolean;
    musicvideoid: number;
    title?: string;
}

Properties

ignorenfo?: boolean
musicvideoid: number
title?: string