Add a load button for show plan items.
This commit is contained in:
parent
b825795835
commit
2fcd640a8d
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
{% for planitem in player.show_plan %}
|
{% for planitem in player.show_plan %}
|
||||||
|
|
||||||
<small>
|
<small>
|
||||||
{{ planitem }}
|
<a href="/player/{{player.channel}}/load/{{planitem.channelWeight}}">Load</a> {{ planitem }}
|
||||||
</small>
|
</small>
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue