Update API URL

This commit is contained in:
ta264 2022-02-17 21:19:10 +00:00 committed by Qstick
parent daa9ee30a2
commit c0cbbc7ed4
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ namespace NzbDrone.Common.Cloud
.SetHeader("Authorization", $"Bearer {AuthToken}")
.CreateFactory();
RadarrMetadata = new HttpRequestBuilder("https://radarrapi.servarr.com/v1/{route}")
RadarrMetadata = new HttpRequestBuilder("https://api.radarr.video/v1/{route}")
.CreateFactory();
}