mirror of
https://github.com/iv-org/invidious.git
synced 2024-06-07 19:40:52 +00:00
Enable volume scroll
This commit is contained in:
parent
5800376818
commit
59aad6a273
@ -79,7 +79,6 @@ var player = videojs('player', options, function() {
|
|||||||
volumeStep: 0.1,
|
volumeStep: 0.1,
|
||||||
seekStep: 5,
|
seekStep: 5,
|
||||||
enableModifiersForNumbers: false,
|
enableModifiersForNumbers: false,
|
||||||
enableVolumeScroll: false,
|
|
||||||
customKeys: {
|
customKeys: {
|
||||||
play: {
|
play: {
|
||||||
key: function(e) {
|
key: function(e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user