1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-01-04 06:22:45 +00:00

animetosho: remove redundant / from url

This commit is contained in:
Garfield69 2020-01-10 19:57:00 +13:00
parent 02fc8cee0e
commit 1ca8b1e8a4

View file

@ -57,6 +57,6 @@ namespace Jackett.Common.Indexers.Feeds
return release; return release;
} }
protected override Uri FeedUri => new Uri(SiteLink + "/feed/api"); protected override Uri FeedUri => new Uri(SiteLink + "feed/api");
} }
} }