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

Fixed: (MTV) Torznab Api Path

pull/1260/head
bakerboy448 2 years ago committed by Qstick
parent c35f1212fb
commit 05a7465a07

@ -89,7 +89,7 @@ namespace NzbDrone.Core.Indexers.Torznab
get
{
yield return GetDefinition("AnimeTosho", "", GetSettings("https://feed.animetosho.org"));
yield return GetDefinition("MoreThanTV", "Private torrent tracker for TV / MOVIES", GetSettings("https://www.morethantv.me"));
yield return GetDefinition("MoreThanTV", "Private torrent tracker for TV / MOVIES", GetSettings("https://www.morethantv.me", apiPath: @"/api/torznab"));
yield return GetDefinition("Generic Torznab", "A Newznab-like api for torrents.", GetSettings(""));
}
}

Loading…
Cancel
Save