From 06b1d06065ff078ebe048cf813e0e6b083f4875e Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Tue, 26 Jan 2021 08:59:08 +0000 Subject: [PATCH] skytorrentsclones: oops fix --- src/Jackett.Common/Services/IndexerManagerService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Services/IndexerManagerService.cs b/src/Jackett.Common/Services/IndexerManagerService.cs index cfa72d23d..e99810746 100644 --- a/src/Jackett.Common/Services/IndexerManagerService.cs +++ b/src/Jackett.Common/Services/IndexerManagerService.cs @@ -50,8 +50,8 @@ namespace Jackett.Common.Services {"puntorrent", "puntotorrent"}, {"rstorrent", "redstartorrent"}, {"scenefz", "speedapp"}, - {"skytorrentsclone", "skytorrentsclone-lol"}, - {"skytorrentsclone2", "skytorrentsclone-to"}, + {"skytorrentsclone", "skytorrents-lol"}, + {"skytorrentsclone2", "skytorrents-to"}, {"tehconnectionme", "anthelion"}, {"torrentgalaxyorg", "torrentgalaxy"}, {"torrentseed", "latinop2p"},