diff options
Diffstat (limited to 'views/default/videolist/watch/bliptv.php')
-rw-r--r-- | views/default/videolist/watch/bliptv.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/default/videolist/watch/bliptv.php b/views/default/videolist/watch/bliptv.php index 241cf791b..ae3d75901 100644 --- a/views/default/videolist/watch/bliptv.php +++ b/views/default/videolist/watch/bliptv.php @@ -1,5 +1,6 @@ <?php $embedurl = $vars['entity']->embedurl; +$embedurl = preg_replace('/https?:/', 'https:', $embedurl); echo "<iframe src=\"$embedurl\" frameborder=\"0\" allowfullscreen></iframe>"; |