mirror of
https://github.com/Radarr/Radarr
synced 2026-04-19 05:00:45 +02:00
Updating Steven Lu movies URL
This commit is contained in:
parent
f0fcd23248
commit
0386ea9b71
1 changed files with 1 additions and 1 deletions
|
|
@ -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.")]
|
||||
|
|
|
|||
Loading…
Reference in a new issue