Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/c076f1ddb1a5206e9b9a4ff4ea76026b9e2b0151?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update omgwtfnzbs URL

Closes 
pull/4/head
Mark McDowall 9 years ago
parent eeff79b288
commit c076f1ddb1

@ -14,7 +14,7 @@ namespace NzbDrone.Core.Indexers.Omgwtfnzbs
public OmgwtfnzbsRequestGenerator()
{
BaseUrl = "https://rss.omgwtfnzbs.org/rss-download.php";
BaseUrl = "https://rss.omgwtfnzbs.me/rss-download.php";
}
public virtual IndexerPageableRequestChain GetRecentRequests()

Loading…
Cancel
Save