mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02: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