Update video extractor

This commit is contained in:
Omar Roth
2019-07-29 19:41:45 -05:00
parent 4ee3ec09df
commit ff5d79e3ee
4 changed files with 30 additions and 15 deletions

View File

@@ -30,7 +30,7 @@
var video_data = {
id: '<%= video.id %>',
plid: '<%= plid %>',
length_seconds: '<%= video.info["length_seconds"].to_f %>',
length_seconds: '<%= video.length_seconds.to_f %>',
video_series: <%= video_series.to_json %>,
params: <%= params.to_json %>,
preferences: <%= preferences.to_json %>,