use a play button for video streams instead

This commit is contained in:
Fabian Dill 2020-06-27 13:53:47 +02:00
parent 6f9f5cbe14
commit e3c18be288
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
{% if (team, loop.index) in video %}
<td class="table-info"><a target="_blank"
href="https://www.twitch.tv/{{ video[(team, loop.index)][1] }}">{{ player_names[(team, loop.index)] }}
📺</a></td>
▶️</a></td>
{% else %}
<td class="table-info">{{ player_names[(team, loop.index)] }}</td>{% endif %}
{% for id in tracking_ids %}