diff options
Diffstat (limited to 'tools/processor.php')
-rw-r--r-- | tools/processor.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/processor.php b/tools/processor.php index a490d32..5918873 100644 --- a/tools/processor.php +++ b/tools/processor.php @@ -47,8 +47,11 @@ $islive = $vidisLiveContent; if (!empty($vdef)) { $streamFormats = $vdef; + $streamFormatsExtra = $vid; + $streamExtra = TRUE; } else { $streamFormats = $vid; + $streamExtra = FALSE; } $videoAuthor = $vidauthor; |