Alpha status reached.

Downloads get run in their own threads which are queued. Downloads of single files as well as zips of playlists are possible. Interaction with db has shown no problems.
This commit is contained in:
Maximilian Wagner
2023-08-02 17:44:37 +02:00
parent 9f292655b9
commit ddf249cfe0
14 changed files with 559 additions and 210 deletions

View File

@@ -3,19 +3,8 @@
{% import "bootstrap/utils.html" as utils %}
{% block content %}
{{ super() }}
<div class="container">
{%- with messages = get_flashed_messages(with_categories=True) %}
{%- if messages %}
<div class="row">
<div class="col-md-12">
{{utils.flashed_messages(messages)}}
</div>
</div>
{%- endif %}
{%- endwith %}
<a href="http://pythonhosted.org/Flask-Bootstrap">Documentation</a>. </p>
</div>
{%- endblock %}