From d0136640bdae8727a7b9c9457233bd3cdb52424c Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sun, 28 Aug 2022 13:09:10 +0200 Subject: [PATCH] Add CSS class to play_button --- server/templates/macros.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/templates/macros.htm b/server/templates/macros.htm index 8179381..e9ab748 100644 --- a/server/templates/macros.htm +++ b/server/templates/macros.htm @@ -87,7 +87,7 @@ "video_uri": element.uri, "start": element.progress, } -%} - {{ symbol | safe }} + {{ symbol | safe }} {% endif %} {%- endmacro -%}