From 4be41ff3fbde6b76b8517905e82067fac463dd99 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Tue, 18 Oct 2022 07:24:24 -0500 Subject: [PATCH] fixup! --- src/NzbDrone.Core/Indexers/Definitions/RetroFlix.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Indexers/Definitions/RetroFlix.cs b/src/NzbDrone.Core/Indexers/Definitions/RetroFlix.cs index ae4c476ea..23027a5f1 100644 --- a/src/NzbDrone.Core/Indexers/Definitions/RetroFlix.cs +++ b/src/NzbDrone.Core/Indexers/Definitions/RetroFlix.cs @@ -11,7 +11,7 @@ namespace NzbDrone.Core.Indexers.Definitions public override string Name => "RetroFlix"; public override string[] IndexerUrls => new string[] { "https://retroflix.club/" }; - public override string[] LegacyUrls => new string[] { "http://retroflix.net/" }; + public override string[] LegacyUrls => new string[] { "https://retroflix.net/" }; public override string Description => "Private Torrent Tracker for Classic Movies / TV / General Releases";