Add a load button for show plan items.

This commit is contained in:
Matthew Stratford 2021-02-13 14:59:49 +00:00
parent b825795835
commit 2fcd640a8d

View file

@ -30,7 +30,7 @@
{% for planitem in player.show_plan %}
<small>
{{ planitem }}
<a href="/player/{{player.channel}}/load/{{planitem.channelWeight}}">Load</a> {{ planitem }}
</small>
<hr />