Update metadata api URL

pull/6/head
Daniel Underwood 7 years ago
parent f05332cf6e
commit 02716c26f6
No known key found for this signature in database
GPG Key ID: 7DF3A93330A80FCA

@ -17,7 +17,7 @@ namespace NzbDrone.Common.Cloud
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…
Cancel
Save