From e3c18be28884aa9d574481059d5560c399e7d982 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sat, 27 Jun 2020 13:53:47 +0200 Subject: [PATCH] use a play button for video streams instead --- WebHost/templates/tracker.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebHost/templates/tracker.html b/WebHost/templates/tracker.html index 749fc5dc..592f5682 100644 --- a/WebHost/templates/tracker.html +++ b/WebHost/templates/tracker.html @@ -67,7 +67,7 @@ {% if (team, loop.index) in video %} {{ player_names[(team, loop.index)] }} - 📺 + ▶️ {% else %} {{ player_names[(team, loop.index)] }}{% endif %} {% for id in tracking_ids %}