diff options
Diffstat (limited to 'youtube/templates/watch.html')
-rw-r--r-- | youtube/templates/watch.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index 99dbc6d..9cf9657 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -40,7 +40,7 @@ </div> {% else %} <figure class="sc-video"> - <video id="js-video-player" playsinline controls> + <video id="js-video-player" playsinline controls {{ 'autoplay' if settings.autoplay_videos }}> {% if uni_sources %} <source src="{{ uni_sources[uni_idx]['url'] }}" type="{{ uni_sources[uni_idx]['type'] }}" data-res="{{ uni_sources[uni_idx]['quality'] }}"> {% endif %} |