mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-02 09:40:55 +02:00
Fixed: (SpeedApp) Migrate Legacy URL without slash
This commit is contained in:
parent
c7e5cc6462
commit
817d61de91
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ public class SpeedApp : SpeedAppBase
|
|||
public override string Name => "SpeedApp.io";
|
||||
|
||||
public override string[] IndexerUrls => new string[] { "https://speedapp.io/" };
|
||||
public override string[] LegacyUrls => new string[] { "https://speedapp.io" };
|
||||
|
||||
public override string Description => "SpeedApp is a ROMANIAN Private Torrent Tracker for MOVIES / TV / GENERAL";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue