UNPKG

tidal-cli-client

Version:

You can now use Tidal on linux. With your loved CLI. <3

8 lines 204 B
module.exports = class Album { constructor(albumObject) { this.id = albumObject.id; this.title = albumObject.title; this.artists = albumObject.artists; this.coverArt = albumObject.coverArt; } };