diff options
author | Jesús <heckyel@hyperbola.info> | 2020-12-07 17:58:58 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-12-07 17:58:58 -0500 |
commit | fb22b5937af04c34ce7efab81f2fe594cce71073 (patch) | |
tree | 205cde00d635b3c936288ab0df146192a69519d4 | |
parent | d1f22bc1a0cf874e76a626dd770a201a0ee303a4 (diff) | |
download | ytlibre-fb22b5937af04c34ce7efab81f2fe594cce71073.tar.lz ytlibre-fb22b5937af04c34ce7efab81f2fe594cce71073.tar.xz ytlibre-fb22b5937af04c34ce7efab81f2fe594cce71073.zip |
Fix missing streamExtra variable
-rw-r--r-- | index.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -36,6 +36,9 @@ else // Videos Loop $video_decode->assign("streamFormats", $streamFormats); + + // Extra videos + $video_decode->assign("streamExtra", $streamExtra); $video_decode->assign("streamFormatsExtra", $streamFormatsExtra); // Live |