Album() - Classes
Properties
artists
An array of Artist objects
Builder:
javascript
Album.artists
browseId
The browseId of the Album (NOT WORKING)
Builder:
javascript
Album.browseId
Return:string
id
The YTmusic id of the Album
Builder:
javascript
Album.id
Return:string
isExplicit
If the music contains explicit content
Builder:
javascript
Album.isExplicit
Return:boolean
name
The Album name
Builder:
javascript
Album.name
Return:string
resultType
The type of the Album
Builder:
javascript
Album.resultType
Return:string
thumbnails
An array of available Artwork in different sizes
Builder:
javascript
Album.thumbnails
year
The year of the music if it's available
Builder:
javascript
Album.year
Return:number