albumArtUrl? | string | The url of the album art | src/structures/Types/Track.ts:70 |
albumName? | string | The Identifier provided by a plugin | src/structures/Types/Track.ts:66 |
albumUrl? | string | The url of the album | src/structures/Types/Track.ts:68 |
artistArtworkUrl? | string | The url of the artist artwork | src/structures/Types/Track.ts:74 |
artistUrl? | string | The url of the artist | src/structures/Types/Track.ts:72 |
artworkUrl? | string | The ArtworkUrl provided by a plugin | src/structures/Types/Track.ts:84 |
author? | string | The Author Information provided by a plugin | src/structures/Types/Track.ts:86 |
clientData? | object | You can put specific track information here, to transform the tracks… | src/structures/Types/Track.ts:92 |
clientData.previousTrack? | boolean | - | src/structures/Types/Track.ts:94 |
identifier? | string | The Identifier provided by a plugin | src/structures/Types/Track.ts:82 |
isPreview? | boolean | Whether the track is a preview | src/structures/Types/Track.ts:78 |
previewUrl? | string | The url of the preview | src/structures/Types/Track.ts:76 |
totalTracks? | number | The total number of tracks in the playlist | src/structures/Types/Track.ts:80 |
type? | string | The Type provided by a plugin | src/structures/Types/Track.ts:64 |
uri? | string | The Url provided by a Plugin | src/structures/Types/Track.ts:90 |
url? | string | The Url provided by a Plugin | src/structures/Types/Track.ts:88 |