mirror of https://github.com/iv-org/invidious.git
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,
|
||||
seekStep: 5,
|
||||
enableModifiersForNumbers: false,
|
||||
enableVolumeScroll: false,
|
||||
customKeys: {
|
||||
play: {
|
||||
key: function(e) {
|
||||
|
|
Loading…
Reference in New Issue