mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Fix #3027
This commit is contained in:
parent
da745e663c
commit
9ccadec645
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ namespace Ombi.Api.Lidarr
|
||||||
|
|
||||||
public Task<AlbumByArtistResponse> GetAlbumsByArtist(string foreignArtistId)
|
public Task<AlbumByArtistResponse> GetAlbumsByArtist(string foreignArtistId)
|
||||||
{
|
{
|
||||||
var request = new Request(string.Empty, $"https://api.lidarr.audio/api/v0.3/artist/{foreignArtistId}",
|
var request = new Request(string.Empty, $"https://api.lidarr.audio/api/v0.4/artist/{foreignArtistId}",
|
||||||
HttpMethod.Get) {IgnoreBaseUrlAppend = true};
|
HttpMethod.Get) {IgnoreBaseUrlAppend = true};
|
||||||
return Api.Request<AlbumByArtistResponse>(request);
|
return Api.Request<AlbumByArtistResponse>(request);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue