Interface PlaylistContents

Represents the contents of a playlist

Hierarchy

  • PlaylistContents

Properties

folders: Playlist[]

The folders in this playlist.

playlists: Playlist[]

The playlists in this playlist.

totalTracks: number

The total number of tracks in this playlist.

The tracks in this playlist. This is an AsyncIterator as looking up track metadata may be slow when connected to the remote database.

Generated using TypeDoc