diff --git a/src/NzbDrone.Core/Indexers/Definitions/RevolutionTT.cs b/src/NzbDrone.Core/Indexers/Definitions/RevolutionTT.cs index f158ef6b8..85517ba97 100644 --- a/src/NzbDrone.Core/Indexers/Definitions/RevolutionTT.cs +++ b/src/NzbDrone.Core/Indexers/Definitions/RevolutionTT.cs @@ -23,7 +23,8 @@ public class RevolutionTT : TorrentIndexerBase { public override string Name => "RevolutionTT"; - public override string[] IndexerUrls => new[] { "https://revolutiontt.me/" }; + public override string[] IndexerUrls => new[] { "https://revott.me/" }; + public override string[] LegacyUrls => new[] { "https://revolutiontt.me/" }; public override string Description => "The Revolution has begun"; private string LoginUrl => Settings.BaseUrl + "takelogin.php"; public override IndexerPrivacy Privacy => IndexerPrivacy.Private;