feat: add delete function

This commit is contained in:
Terry Geng
2020-03-20 00:09:07 +08:00
parent c04a83c37c
commit 7f29deba01
6 changed files with 67 additions and 40 deletions

View File

@ -1,7 +1,7 @@
{% if index == -1 %}
<tr id="playlist-loading">
{% if index == None %}
<tr id="playlist-empty" class="playlist-item">
<td colspan="4" style="text-align:center;">
<img style="margin: auto; width: 35px;" src="static/image/loading.svg" />
<img style="margin: auto; width: 35px;" src="static/image/empty_box.svg" />
</td>
</tr>
{% else %}