Discolink
    Preparing search index...

    Class Playlist<PluginInfo>

    Class representing a Playlist

    Type Parameters

    Index

    Constructors

    Properties

    name: string = "Unknown Playlist"

    Name of the playlist

    selectedTrack: number = -1

    Index of the track this playlist's source URL included, -1 if none

    List of tracks

    pluginInfo: PluginInfo = ...

    Additional info from plugins

    duration: number = 0

    Duration in milliseconds (live tracks excluded)

    formattedDuration: string = "00:00"

    Formatted duration (live tracks excluded)

    Methods