From 7405e59d78524adf8efffb2b37569158c7b8a727 Mon Sep 17 00:00:00 2001 From: Julian Rother Date: Mon, 23 Jul 2018 22:02:12 +0200 Subject: [PATCH] Enabled hls previewing for live sources --- templates/streaming.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/streaming.html b/templates/streaming.html index 3c65b62..1d1ce01 100644 --- a/templates/streaming.html +++ b/templates/streaming.html @@ -21,7 +21,7 @@
{% if source.clientid %} - + {% endif %} @@ -77,7 +77,7 @@ $('#preview-player').on('show.bs.modal', function (e) { var btn = $(e.relatedTarget); $(this).find('.modal-title').text('Vorschau von '+btn.data('srcname')); - $(this).find('.modal-body').html(''); + $(this).find('.modal-body').html(''); var player = videojs('previewplayer'); player.play(); }); -- GitLab