aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-12-07 17:46:03 -0500
committerJesús <heckyel@hyperbola.info>2020-12-07 17:46:03 -0500
commitd1f22bc1a0cf874e76a626dd770a201a0ee303a4 (patch)
tree8c81a8dd334c512e23aa6942eb36fdac451da297 /index.php
parent17649b06f8e5c19cd0312377ff633bf079fab3c6 (diff)
downloadytlibre-d1f22bc1a0cf874e76a626dd770a201a0ee303a4.tar.lz
ytlibre-d1f22bc1a0cf874e76a626dd770a201a0ee303a4.tar.xz
ytlibre-d1f22bc1a0cf874e76a626dd770a201a0ee303a4.zip
Add streamFormatsExtra to download
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 6cef35b..6379ef5 100644
--- a/index.php
+++ b/index.php
@@ -36,6 +36,7 @@ else
// Videos Loop
$video_decode->assign("streamFormats", $streamFormats);
+ $video_decode->assign("streamFormatsExtra", $streamFormatsExtra);
// Live
$video_decode->assign("islive", $islive);