Artist() - Classes1
Incomplete artist class
If the artist's content is empty except for the artist's name, this is due to a problem with Youtube that I'm trying to resolve as best I can.
Properties |
---|
Functions
Function getAlbums()
Get the artist's albums
Builder:
javascript
Artist.getAlbums()
Function getSongs()
Get the artist's songs @return Music[]
Builder:
javascript
Artist.getSongs()
Function getVideos()
Get the artist's videos
Builder:
javascript
Artist.getVideos()
Properties
description
The artist's description
Builder:
javascript
Artist.description
Return:string
followers
The artist's followers count
Builder:
javascript
Artist.followers
Return:number
id
The YouTube Music artist id
Builder:
javascript
Artist.id
Return:number
name
The artist name
Builder:
javascript
Artist.name
Return:string
thumbnails
Thumbnails of the user
Builder:
javascript
Artist.thumbnails