mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-25 12:28:50 +00:00
Update video extractor
This commit is contained in:
@@ -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 %>,
|
||||
|
||||
Reference in New Issue
Block a user