videosphere
    Preparing search index...

    Selected playlist values stored on the draft.

    interface YouTubePlaylistValue {
        playlistId?: string;
        playlistTitle?: string;
    }
    Index

    Properties

    playlistId?: string

    Known YouTube playlist id from playlists.list.

    playlistTitle?: string

    Custom playlist title to create at upload time when no id is selected.