mirror of
https://git.wownero.com/dsc/ircradio.git
synced 2024-08-15 01:03:15 +00:00
Adds #now_playing, as updated by websocket script
This commit is contained in:
parent
9716feab33
commit
e69229eefe
1 changed files with 4 additions and 1 deletions
|
@ -12,6 +12,9 @@
|
|||
<p>Enjoy the music :)</p>
|
||||
<hr>
|
||||
<audio controls src="/{{ settings.icecast2_mount }}">Your browser does not support the<code>audio</code> element.</audio>
|
||||
<p> </p>
|
||||
<h5>Now playing: </h5>
|
||||
<div id="now_playing">Nothing here yet</div>
|
||||
<hr>
|
||||
|
||||
<h4>Command list:</h4>
|
||||
|
@ -62,4 +65,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue