Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/1ed30713f566f3358674fefee3b6e6b9c3c83733 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Perform normal search when id search fails

Fixes 
pull/6135/head
Qstick 4 years ago
parent 3b3dbfec60
commit 1ed30713f5

@ -146,7 +146,7 @@ namespace NzbDrone.Core.Indexers.Newznab
chain.Add(GetPagedRequests(MaxPages,
Settings.Categories,
"movie",
"search",
string.Format("&q={0}", NewsnabifyTitle(searchQuery))));
}
}

Loading…
Cancel
Save