show current tracklist on status page.

This commit is contained in:
Matthew Stratford 2021-09-01 21:27:25 +01:00
parent 9e6db5bbf0
commit 7095c6425c

View file

@ -12,7 +12,8 @@
<h3 class="h5">Player {{player.channel}}</h3>
<p>
Initialised: {{player.initialised}}<br/>
Fader Live: {{player.live}}
Fader Live: {{player.live}}<br/>
Current Tracklist: {{player.tracklist_id}}
</p>
<a href="/player/{{player.channel}}/play">Play</a>
{% if player.paused %}