Album Objects
Wrap around this Spotify API object model.
Note
Album objects should only be created with .Albums.GetAlbums() unless they are returned by, or included in other objects.
Properties
| Key | Value description |
|---|---|
| genres | A string array of genres that fit the album |
| id | The Spotify ID of the album |
| name | The name of the album |
| uri | The Spotify URI of the album |
| artists | An array of Artist Objects that represents the Artist(s) of the album |
| images | An array of Spotify Image Objects |
| tracks | An array of Track Objects inside the album |
Methods
| Definition | Description |
|---|---|
.Save() |
Saves an album to the current user's Your Music library |
.UnSave() |
Removes a saved album from the current user's Your Music library |
.Play() |
Tries to start playing the album on the active device, will cancel any other playback |