Discolink
    Preparing search index...

    Interface APIPlaylist<PluginInfo>

    interface APIPlaylist<PluginInfo extends JsonObject = EmptyObject> {
        info: PlaylistInfo;
        pluginInfo: PluginInfo;
        tracks: APITrack<EmptyObject, EmptyObject>[];
    }

    Type Parameters

    Index

    Properties

    The info of the playlist

    pluginInfo: PluginInfo

    Addition playlist info provided by plugins

    The tracks of the playlist