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

add new voice commands

This commit is contained in:
Luke Pulverenti 2015-08-01 17:17:46 -04:00
parent ab9c6f4ac2
commit 998cbefa8a
13 changed files with 259 additions and 71 deletions

View file

@ -123,13 +123,6 @@
var isVlc = AppInfo.isNativeApp && $.browser.android;
var bitrateSetting = AppSettings.maxStreamingBitrate();
if (isVlc) {
// Work around vlc 1080p stutter for now
if ((maxHeight || 1080) >= 1080) {
bitrateSetting = Math.min(bitrateSetting, 4000002);
}
}
var canPlayWebm = self.canPlayWebm();
var profile = {};