mirror of
https://github.com/iv-org/invidious.git
synced 2026-07-27 16:06:47 -05:00
fix: drop preferredAudio config (shaka 5 expects non-string type)
This commit is contained in:
parent
f8ecc01fab
commit
cae4b8eb2d
@ -211,8 +211,6 @@ var SABRPlayer = (function () {
|
||||
|
||||
player = new shaka.Player();
|
||||
player.configure({
|
||||
// Shaka 5 renamed preferredAudioLanguage -> preferredAudio.
|
||||
preferredAudio: 'en-US',
|
||||
abr: DEFAULT_ABR_CONFIG,
|
||||
streaming: {
|
||||
bufferingGoal: 120,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user