PlaylistInfo
Defined in: src/structures/Types/Utils.ts:109
Properties
Section titled “Properties”Property | Type | Description | Defined in |
---|---|---|---|
author? | string | The playlist Author | src/structures/Types/Utils.ts:115 |
duration | number | The duration of the entire playlist. (calcualted) | src/structures/Types/Utils.ts:123 |
name | string | The playlist name | src/structures/Types/Utils.ts:111 |
selectedTrack | Track | The playlist selected track. | src/structures/Types/Utils.ts:121 |
thumbnail? | string | The playlist Thumbnail | src/structures/Types/Utils.ts:117 |
title | string | The playlist title (same as name) | src/structures/Types/Utils.ts:113 |
uri? | string | A Uri to the playlist | src/structures/Types/Utils.ts:119 |