From 79ff6598b9407d4b5d2eca8789ad42d393af4982 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sun, 6 Aug 2023 16:05:00 +0100 Subject: [PATCH] mejortorrent: forgot to change alternate site link --- src/Jackett.Common/Indexers/MejorTorrent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Indexers/MejorTorrent.cs b/src/Jackett.Common/Indexers/MejorTorrent.cs index e2c4d8c16..f81600cc4 100644 --- a/src/Jackett.Common/Indexers/MejorTorrent.cs +++ b/src/Jackett.Common/Indexers/MejorTorrent.cs @@ -29,7 +29,7 @@ namespace Jackett.Common.Indexers public override string SiteLink { get; protected set; } = "https://www5.mejortorrent.rip/"; public override string[] AlternativeSiteLinks => new[] { - "https://www4.mejortorrent.rip/", + "https://www5.mejortorrent.rip/", "https://mejortorrent.unblockit.rsvp/" }; public override string[] LegacySiteLinks => new[]