mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-06 08:25:54 +01:00
Add album to LidarrAPI helper
This commit is contained in:
parent
95043a2768
commit
3888a1a973
1 changed files with 2 additions and 1 deletions
|
|
@ -81,7 +81,8 @@ class ResourceApi {
|
||||||
|
|
||||||
class ConsoleApi {
|
class ConsoleApi {
|
||||||
constructor() {
|
constructor() {
|
||||||
this.series = new ResourceApi(this, '/artist');
|
this.artist = new ResourceApi(this, '/artist');
|
||||||
|
this.album = new ResourceApi(this, '/album');
|
||||||
}
|
}
|
||||||
|
|
||||||
resource(url) {
|
resource(url) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue