Add album to LidarrAPI helper

This commit is contained in:
Bogdan 2023-12-06 13:24:03 +02:00
parent 95043a2768
commit 3888a1a973
1 changed files with 2 additions and 1 deletions

View File

@ -81,7 +81,8 @@ class ResourceApi {
class ConsoleApi {
constructor() {
this.series = new ResourceApi(this, '/artist');
this.artist = new ResourceApi(this, '/artist');
this.album = new ResourceApi(this, '/album');
}
resource(url) {