1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-20 18:02:44 +01:00

Updating Steven Lu movies URL

This commit is contained in:
Steven Lu 2023-09-11 08:57:23 -04:00 committed by Bogdan
parent f0fcd23248
commit 0386ea9b71

View File

@ -19,7 +19,7 @@ public class StevenLuSettings : IProviderConfig
public StevenLuSettings()
{
Link = "https://s3.amazonaws.com/popular-movies/movies.json";
Link = "https://popular-movies-data.stevenlu.com/movies.json";
}
[FieldDefinition(0, Label = "URL", HelpText = "Don't change this unless you know what you are doing.")]