author? | string | The playlist Author | src/structures/Types/Utils.ts:105 |
duration | number | The duration of the entire playlist. (calcualted) | src/structures/Types/Utils.ts:113 |
name | string | The playlist name | src/structures/Types/Utils.ts:101 |
selectedTrack | Track | The playlist selected track. | src/structures/Types/Utils.ts:111 |
thumbnail? | string | The playlist Thumbnail | src/structures/Types/Utils.ts:107 |
title | string | The playlist title (same as name) | src/structures/Types/Utils.ts:103 |
uri? | string | A Uri to the playlist | src/structures/Types/Utils.ts:109 |