mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
subtitle profile fixes
This commit is contained in:
parent
51d5633ccf
commit
0eb55addaa
2 changed files with 41 additions and 8 deletions
|
@ -367,7 +367,7 @@
|
|||
|
||||
var canPlayDirect = self.canPlayVideoDirect(mediaSource, videoStream, audioStream, subtitleStream, maxWidth, bitrate);
|
||||
|
||||
var audioBitrate = bitrate >= 700000 ? 128000 : 64000;
|
||||
var audioBitrate = bitrate >= 700000 ? 192000 : 64000;
|
||||
|
||||
var videoBitrate = bitrate - audioBitrate;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue