UI: Add Copy RSS Feed button

This commit is contained in:
kaso17
2017-12-05 15:24:50 +01:00
parent 6901b128d0
commit 54c1acb669
2 changed files with 9 additions and 2 deletions

View File

@@ -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/");