Revert "Fix #2930"

This reverts commit cd2860f4e3.
This commit is contained in:
Kallys
2017-05-02 13:41:29 +02:00
parent d802948a35
commit e3c7790039
3 changed files with 3 additions and 13 deletions

View File

@@ -335,18 +335,12 @@
</label>
<input type="text" name="aria_token" value="${config['aria_token']}" size="36">
</div>
<div class="row">
<small>Note: With Aria2, you can specify a different download directory for downloads sent from Headphones.
Set it in the Music Download Directory below</small>
</div>
</fieldset>
<fieldset id="general_ddl_options">
<div class="row">
<label title="Path to folder where Headphones can find the downloads.">
Music Download Directory:
</label>
<input type="text" name="download_ddl_dir" value="${config['download_ddl_dir']}" size="50">
<small>Full path where your direct download client downloads your music, e.g. /Users/name/Downloads/music</small>
<small>Full path where ddl client downloads your music, e.g. /Users/name/Downloads/music</small>
</div>
</fieldset>
</td>