Fix #2931
This commit is contained in:
Kallys
2017-04-30 14:00:10 +02:00
parent bc0ce99adf
commit cd2860f4e3
3 changed files with 13 additions and 3 deletions

View File

@@ -335,12 +335,18 @@
</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 ddl client downloads your music, e.g. /Users/name/Downloads/music</small>
<small>Full path where your direct download client downloads your music, e.g. /Users/name/Downloads/music</small>
</div>
</fieldset>
</td>