Fix "now playing" feature

This commit is contained in:
Fabian Würfl
2018-05-20 23:59:57 +02:00
parent 310b27c6b8
commit b3dad1be99
3 changed files with 48 additions and 12 deletions

View File

@ -75,9 +75,9 @@
<br />
<div id="playlist">
Current Playing :
Currently Playing :
{% if current_music %}
{{ current_music }}
{{ current_music|safe }}
{% else %}
No music
{% endif %}