Fixed: (RetroFlix) Urls built with double slash

Fixes #1188
Closes #1192
This commit is contained in:
Qstick
2022-11-10 06:54:20 -06:00
parent 2805c4f18b
commit 9e37f69224
2 changed files with 3 additions and 5 deletions
@@ -9,7 +9,7 @@ namespace NzbDrone.Core.Indexers.Definitions
{
public override string Name => "SpeedApp.io";
public override string[] IndexerUrls => new string[] { "https://speedapp.io" };
public override string[] IndexerUrls => new string[] { "https://speedapp.io/" };
public override string Description => "SpeedApp is a ROMANIAN Private Torrent Tracker for MOVIES / TV / GENERAL";