Fixed: (MTV) Torznab Api Path

#1235
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