WebHost: make multistream usernames unique

This commit is contained in:
Fabian Dill 2020-07-28 17:19:54 +02:00
parent bca1a2d9e0
commit ab54921665
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<div id="tracker-header-bar">
<input placeholder="Search" id="search"/>
{%- if video -%}<span><a target="_blank" href="https://multistream.me/
{%- for teamslot, (platform, link) in video.items()-%}
{%- for platform, link in video.values()|unique(False, 1)-%}
{%- if platform == "Twitch" -%}t{%- else -%}yt{%- endif -%}:{{- link -}}/
{%- endfor -%}">Multistream</a></span>
{%- endif -%}