fix link second change
This commit is contained in:
parent
c6fdf88ee2
commit
567d1749c7
@ -14,7 +14,7 @@
|
||||
{% if 'thumbnail' in m %}
|
||||
<img width="80" src="data:image/PNG;base64,{{ m['thumbnail'] }}"/>
|
||||
{% else %}
|
||||
<img width="80" src="/static/image/unknown-album.png"/>
|
||||
<img width="80" src="static/image/unknown-album.png"/>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="playlist-artwork">
|
||||
@ -42,11 +42,11 @@
|
||||
<td>
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-info btn-sm btn-space"
|
||||
onclick="request('/post', {play_music : '{{ index }}'})">
|
||||
onclick="request('post', {play_music : '{{ index }}'})">
|
||||
<i class="fa fa-play" aria-hidden="true"></i>
|
||||
</button>
|
||||
<button type="button" class="btn btn-danger btn-sm btn-space"
|
||||
onclick="request('/post', {delete_music : '{{ index }}'})">
|
||||
onclick="request('post', {delete_music : '{{ index }}'})">
|
||||
<i class="fas fa-trash-alt" aria-hidden="true"></i>
|
||||
</button>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user