mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04:00
parent
dbf81a7c9e
commit
80b6821e46
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text.RegularExpressions;
|
||||
|
@ -18,7 +18,7 @@ namespace NzbDrone.Core.Indexers.Definitions.Xthor
|
|||
{
|
||||
_settings = settings;
|
||||
_categories = categories;
|
||||
_torrentDetailsUrl = _settings.BaseUrl + "details.php?id={id}";
|
||||
_torrentDetailsUrl = _settings.BaseUrl.Replace("api.", "") + "details.php?id={id}";
|
||||
}
|
||||
|
||||
public IList<ReleaseInfo> ParseResponse(IndexerResponse indexerResponse)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue