From 21365a5e24086abb3a35d73c45d96cb7ed042191 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sun, 28 Aug 2022 13:08:43 +0200 Subject: [PATCH] Change play button default symbol to play icon --- 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 96e9a73..8179381 100644 --- a/server/templates/macros.htm +++ b/server/templates/macros.htm @@ -80,7 +80,7 @@ {% endmacro %} -{% macro as_play_link(element, symbol='Play') -%} +{% macro as_play_link(element, symbol='▶️') -%} {# TODO do not hardcode certain extractors here #} {% if element.extractor_name in ["ytdl", "youtube"] %} {%- set opts = {