1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update chrome playback

This commit is contained in:
Luke Pulverenti 2016-10-28 14:08:28 -04:00
parent f6a96553ef
commit a6a50ab5d4

View file

@ -163,6 +163,7 @@ define(['appSettings', 'userSettings', 'appStorage', 'datetime'], function (appS
options.enableHls = true; options.enableHls = true;
} }
options.enableMkvProgressive = false;
options.disableVideoAudioCodecs = disableVideoAudioCodecs; options.disableVideoAudioCodecs = disableVideoAudioCodecs;
} }