diff --git a/src/Jackett.Common/Content/custom.js b/src/Jackett.Common/Content/custom.js index efba5888b..7ad7895f8 100644 --- a/src/Jackett.Common/Content/custom.js +++ b/src/Jackett.Common/Content/custom.js @@ -110,6 +110,7 @@ function reloadIndexers() { unconfiguredIndexers = []; for (var i = 0; i < data.length; i++) { var item = data[i]; + item.rss_host = resolveUrl(basePath + "/api/v2.0/indexers/" + item.id + "/results/torznab/api?apikey=" + api.key + "&t=search&cat=&q="); item.torznab_host = resolveUrl(basePath + "/api/v2.0/indexers/" + item.id + "/results/torznab/"); item.potato_host = resolveUrl(basePath + "/api/v2.0/indexers/" + item.id + "/results/potato/"); diff --git a/src/Jackett.Common/Content/index.html b/src/Jackett.Common/Content/index.html index c53386a46..b133012c4 100644 --- a/src/Jackett.Common/Content/index.html +++ b/src/Jackett.Common/Content/index.html @@ -82,7 +82,12 @@