mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 13:57:11 -04:00
Fixed: (Bakabt) Typo in Search link
This commit is contained in:
parent
b309582d91
commit
e688dac040
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ namespace NzbDrone.Core.Indexers.Definitions
|
|||
private IEnumerable<IndexerRequest> GetPagedRequests(string term)
|
||||
{
|
||||
var searchString = term;
|
||||
var searchUrl = Settings.BaseUrl + " browse.php?only=0&incomplete=1&lossless=1&hd=1&multiaudio=1&bonus=1&reorder=1&q=";
|
||||
var searchUrl = Settings.BaseUrl + "browse.php?only=0&incomplete=1&lossless=1&hd=1&multiaudio=1&bonus=1&reorder=1&q=";
|
||||
if (Settings.AdultContent)
|
||||
{
|
||||
searchUrl = Settings.BaseUrl + "browse.php?only=0&hentai=1&incomplete=1&lossless=1&hd=1&multiaudio=1&bonus=1&reorder=1&q=";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue