mirror of
https://github.com/Radarr/Radarr
synced 2025-12-30 12:13:21 +01:00
Switch Update Server to Lidarr Hosted
This commit is contained in:
parent
69811b1291
commit
f638278f4e
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ public class RadarrCloudRequestBuilder : IRadarrCloudRequestBuilder
|
|||
{
|
||||
public RadarrCloudRequestBuilder()
|
||||
{
|
||||
Services = new HttpRequestBuilder("https://radarr.aeonlucid.com/v1/")
|
||||
Services = new HttpRequestBuilder("https://radarr.lidarr.audio/v1/")
|
||||
.CreateFactory();
|
||||
|
||||
TMDB = new HttpRequestBuilder("https://api.themoviedb.org/3/{route}/{id}{secondaryRoute}")
|
||||
|
|
|
|||
Loading…
Reference in a new issue