mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2026-02-28 19:29:40 +00:00
Add speed and fix <select> options
This commit is contained in:
@@ -91,6 +91,7 @@ var player = videojs('player', options, function() {
|
||||
|
||||
<% if preferences %>
|
||||
player.volume(<%= preferences.volume.to_f / 100 %>);
|
||||
player.playbackRate(<%= preferences.speed %>);
|
||||
<% end %>
|
||||
player.offset({
|
||||
start: <%= video_start %>,
|
||||
|
||||
Reference in New Issue
Block a user