mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
WebHost: make multistream usernames unique
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
<div id="tracker-header-bar">
|
<div id="tracker-header-bar">
|
||||||
<input placeholder="Search" id="search"/>
|
<input placeholder="Search" id="search"/>
|
||||||
{%- if video -%}<span><a target="_blank" href="https://multistream.me/
|
{%- 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 -}}/
|
{%- if platform == "Twitch" -%}t{%- else -%}yt{%- endif -%}:{{- link -}}/
|
||||||
{%- endfor -%}">Multistream</a></span>
|
{%- endfor -%}">Multistream</a></span>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
Reference in New Issue
Block a user