mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-23 14:30:49 +00:00
Update metadata api URL
This commit is contained in:
parent
f05332cf6e
commit
02716c26f6
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ public LidarrCloudRequestBuilder()
|
|||
Services = new HttpRequestBuilder("http://services.lidarr.audio/v1/")
|
||||
.CreateFactory();
|
||||
|
||||
Search = new HttpRequestBuilder("http://localhost:5000/{route}/") // TODO: Add {version} once LidarrAPI.Metadata is released.
|
||||
Search = new HttpRequestBuilder("https://api.lidarr.audio/api/v0/{route}/") // TODO: Add {version} once LidarrAPI.Metadata is released.
|
||||
.CreateFactory();
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue