From 0386ea9b7156c6d7d3bb061739bad1328231615d Mon Sep 17 00:00:00 2001 From: Steven Lu Date: Mon, 11 Sep 2023 08:57:23 -0400 Subject: [PATCH] Updating Steven Lu movies URL --- src/NzbDrone.Core/ImportLists/StevenLu/StevenLuSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/ImportLists/StevenLu/StevenLuSettings.cs b/src/NzbDrone.Core/ImportLists/StevenLu/StevenLuSettings.cs index c68c666ad..93ccbf7fe 100644 --- a/src/NzbDrone.Core/ImportLists/StevenLu/StevenLuSettings.cs +++ b/src/NzbDrone.Core/ImportLists/StevenLu/StevenLuSettings.cs @@ -19,7 +19,7 @@ namespace NzbDrone.Core.ImportLists.StevenLu 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.")]