Add seek buttons to UI.
This commit is contained in:
parent
70047dd1fd
commit
ca577a1807
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,10 @@
|
|||
{% if data %}
|
||||
<code>
|
||||
{% for player in data.channels %}
|
||||
{{player}} <a href="/player/{{player['channel']}}/play">Play</a> <a href="/player/{{player.channel}}/stop">Stop</a><br>
|
||||
<a href="/player/{{player.channel}}/play">Play</a>
|
||||
<a href="/player/{{player.channel}}/stop">Stop</a>
|
||||
<a href="/player/{{player.channel}}/seek/50">Seek 50</a>
|
||||
{{player}}<br>
|
||||
{% endfor %}
|
||||
</code>
|
||||
<br>
|
||||
|
|
Loading…
Reference in a new issue