Fixed: (xthor) update details link (#1525)

pull/1540/head
Tawagot0 1 year ago committed by GitHub
parent ab5b799ecf
commit 1a7b6aecf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@ namespace NzbDrone.Core.Indexers.Definitions.Xthor
{
_settings = settings;
_categories = categories;
_torrentDetailsUrl = _settings.BaseUrl.Replace("api.", "") + "details.php?id={id}";
_torrentDetailsUrl = _settings.BaseUrl.Replace("api.", "").TrimEnd('/') + "/details.php?id={id}";
}
public IList<ReleaseInfo> ParseResponse(IndexerResponse indexerResponse)

Loading…
Cancel
Save