Album() - Classes
Functions |
---|
Functions
Function getSongs()
Get the Album's songs @return Music[]
Builder:
javascript
Album.getSongs()
Properties
artists
An array of Artist objects
Builder:
javascript
Album.artists
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