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
Builder:
javascript
Artist.getSongs()Properties
description
The artist's description
Builder:
javascript
Artist.descriptionReturn:string
followers
The artist's followers count
Builder:
javascript
Artist.followersReturn:followerFormat
id
The YouTube Music artist id
Builder:
javascript
Artist.idReturn:number
name
The artist name
Builder:
javascript
Artist.nameReturn:string
thumbnails
Thumbnails of the user
Builder:
javascript
Artist.thumbnails