mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
download client settings only shows config for the selected client.
This commit is contained in:
parent
2a1f9500eb
commit
0779ff63d4
3 changed files with 69 additions and 9 deletions
|
@ -5,7 +5,7 @@
|
|||
<label class="control-label">Download Client</label>
|
||||
|
||||
<div class="controls">
|
||||
<select class="inputClass x-backlog-setting" name="downloadClient">
|
||||
<select class="inputClass x-download-client" name="downloadClient">
|
||||
<option value="0">SABnzbd</option>
|
||||
<option value="1">Blackhole</option>
|
||||
<option value="2">Pneumatic</option>
|
||||
|
@ -41,7 +41,7 @@
|
|||
</div>
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
<fieldset class="x-sab-config">
|
||||
<legend>SABnzbd</legend>
|
||||
|
||||
<div class="control-group">
|
||||
|
@ -170,7 +170,7 @@
|
|||
</div>
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
<fieldset class="x-blackhole-config">
|
||||
<legend>Blackhole</legend>
|
||||
<div class="control-group">
|
||||
<label class="control-label">Blackhole Directory</label>
|
||||
|
@ -184,7 +184,7 @@
|
|||
</div>
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
<fieldset class="x-pneumatic-config">
|
||||
<legend>Pneumatic</legend>
|
||||
<div class="control-group">
|
||||
<label class="control-label">Nzb Directory</label>
|
||||
|
@ -198,7 +198,7 @@
|
|||
</div>
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
<fieldset class="x-nzbget-config">
|
||||
<legend>NZBGet</legend>
|
||||
<div class="control-group">
|
||||
<label class="control-label">Host</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue