mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
WebHost: make multistream usernames unique
This commit is contained in:
@@ -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 -%}
|
||||
|
Reference in New Issue
Block a user