Fix "now playing" feature
This commit is contained in:
@ -75,9 +75,9 @@
|
||||
<br />
|
||||
|
||||
<div id="playlist">
|
||||
Current Playing :
|
||||
Currently Playing :
|
||||
{% if current_music %}
|
||||
{{ current_music }}
|
||||
{{ current_music|safe }}
|
||||
{% else %}
|
||||
No music
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user