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>
|
<p>Enjoy the music :)</p>
|
||||||
<hr>
|
<hr>
|
||||||
<audio controls src="/{{ settings.icecast2_mount }}">Your browser does not support the<code>audio</code> element.</audio>
|
<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>
|
<hr>
|
||||||
|
|
||||||
<h4>Command list:</h4>
|
<h4>Command list:</h4>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue