mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 04:38:20 +00:00
animetosho: remove redundant / from url
This commit is contained in:
parent
02fc8cee0e
commit
1ca8b1e8a4
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue