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

This commit is contained in:
Tawagot0
2023-03-16 01:15:28 +01:00
committed by GitHub
parent ab5b799ecf
commit 1a7b6aecf1
@@ -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)