Skip to content

Commit

Permalink
Update player.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kiriles90 authored Nov 24, 2024
1 parent d66b1d9 commit 77db9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/lib/views/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@
techOrder: ['youtube'],
forceSSL: true,
ytcontrols: false,
quality: '720p'
quality: '1080p'
}).ready(function () {
that.player && that.player.cache_ && that.player.cache_.volume ? that.player.volume(Settings.playerVolume) : null;
this.addClass('vjs-has-started');
Expand Down

0 comments on commit 77db9e3

Please sign in to comment.