Fix load item link.

This commit is contained in:
Matthew Stratford 2021-03-15 20:20:00 +00:00
parent 01192b728b
commit 40ccd94f44

View file

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