Adds #now_playing, as updated by websocket script

This commit is contained in:
scoobybejesus 2021-08-07 22:39:11 -04:00 committed by GitHub
parent 9716feab33
commit e69229eefe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>
@ -62,4 +65,4 @@
</div> </div>
</div> </div>
</div> </div>
{% endblock %} {% endblock %}