Skip to content

PlaylistInfo

Defined in: src/structures/Types/Utils.ts:109

PropertyTypeDescriptionDefined in
author?stringThe playlist Authorsrc/structures/Types/Utils.ts:115
durationnumberThe duration of the entire playlist. (calcualted)src/structures/Types/Utils.ts:123
namestringThe playlist namesrc/structures/Types/Utils.ts:111
selectedTrackTrackThe playlist selected track.src/structures/Types/Utils.ts:121
thumbnail?stringThe playlist Thumbnailsrc/structures/Types/Utils.ts:117
titlestringThe playlist title (same as name)src/structures/Types/Utils.ts:113
uri?stringA Uri to the playlistsrc/structures/Types/Utils.ts:119