diff options
Diffstat (limited to 'embed/index.php')
-rw-r--r-- | embed/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/index.php b/embed/index.php index 0136083..8d85408 100644 --- a/embed/index.php +++ b/embed/index.php @@ -24,7 +24,8 @@ if (empty($_GET['link'])){ $video_decode->assign("videoTitle", $videoTitle); $video_decode->assign("librethumb", $librethumb); - $video_decode->assign("videosStream", $videosStream); + $video_decode->assign("streamFormats", $streamFormats); + $video_decode->assign("breaklink", $breaklink); /* ---- ---- CSS ---- ---- */ $video_decode->assign('styles', array('frond' => '../templates/css/frond.min.css', |