mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-03 10:19:28 +01:00
@@ -720,8 +720,8 @@
|
||||
<div class="config" id="torznab1">
|
||||
<div class="row">
|
||||
<label>Torznab Host</label>
|
||||
<input type="text" name="torznab_host" value="${config['torznab_host']}" size="30">
|
||||
<small>e.g. http://localhost:9117/torznab/iptorrents</small>
|
||||
<input type="text" name="torznab_host" value="${config['torznab_host']}" size="36">
|
||||
<small>e.g. http://localhost:9117/api/v2.0/indexers/demonoid/results/torznab/</small>
|
||||
</div>
|
||||
<div class="row">
|
||||
<label>Torznab API</label>
|
||||
@@ -744,7 +744,7 @@
|
||||
<div class="config" id="torznab${torznab_number}">
|
||||
<div class="row">
|
||||
<label>Torznab Host</label>
|
||||
<input type="text" name="torznab_host${torznab_number}" value="${torznab[0]}" size="30">
|
||||
<input type="text" name="torznab_host${torznab_number}" value="${torznab[0]}" size="36">
|
||||
</div>
|
||||
<div class="row">
|
||||
<label>Torznab API</label>
|
||||
|
||||
Reference in New Issue
Block a user