mirror of
https://github.com/Jackett/Jackett.git
synced 2025-12-23 14:47:07 +01:00
animetosho: remove redundant / from url
This commit is contained in:
@@ -57,6 +57,6 @@ namespace Jackett.Common.Indexers.Feeds
|
||||
return release;
|
||||
}
|
||||
|
||||
protected override Uri FeedUri => new Uri(SiteLink + "/feed/api");
|
||||
protected override Uri FeedUri => new Uri(SiteLink + "feed/api");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user