mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07: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 {
|
||||
constructor() {
|
||||
this.series = new ResourceApi(this, '/artist');
|
||||
this.artist = new ResourceApi(this, '/artist');
|
||||
this.album = new ResourceApi(this, '/album');
|
||||
}
|
||||
|
||||
resource(url) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue