Add CSS class to play_button

master
Felix Stupp 2 years ago
parent 21365a5e24
commit d0136640bd
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -87,7 +87,7 @@
"video_uri": element.uri,
"start": element.progress,
} -%}
<a class="button" href="entertainment-decider:///player/play?{{ opts | encode_options }}">{{ symbol | safe }}</a>
<a class="button play_button" href="entertainment-decider:///player/play?{{ opts | encode_options }}">{{ symbol | safe }}</a>
{% endif %}
{%- endmacro -%}

Loading…
Cancel
Save