Skip to content

Commit

Permalink
Added @ignaeche's fix of re-enabling the bitrate selector shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
truedread committed Jan 7, 2019
1 parent fa67c07 commit 7342821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cadmium-playercore-6.0011.853.011-1080p.js
Original file line number Diff line number Diff line change
Expand Up @@ -36275,7 +36275,7 @@ v7AA.H22 = function() {
}

function F(a) {
a.ctrlKey && a.altKey && a.shiftKey && 83 == a.keyCode && S.gG && v();
a.ctrlKey && a.altKey && a.shiftKey && 83 == a.keyCode && v();
}
N = h.createElement("DIV", "position:absolute;left:0;top:50%;right:0;bottom:0;text-align:center;color:#040;font-size:11px;font-family:monospace", void 0, {
"class": "player-streams"
Expand Down

0 comments on commit 7342821

Please sign in to comment.