Add button to download entire music library

This commit is contained in:
Fabian Würfl
2018-05-20 22:52:08 +02:00
parent b0137b2db6
commit 1e80ab2c0c
2 changed files with 10 additions and 2 deletions

View File

@ -92,6 +92,11 @@
{% endfor %}
</ul>
<h2>Music library:</h2>
<form action="./download" method="get" class="directory">
<input type="text" value="./" name="directory" hidden>
<input type="submit" value="Download entire music library">
</form>
<br />
{{ dirlisting() }}