mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update mobile chrome playback
This commit is contained in:
parent
e36a2bde6b
commit
5f2de0b23a
3 changed files with 8 additions and 7 deletions
|
@ -202,7 +202,8 @@
|
|||
|
||||
profile.TranscodingProfiles = [];
|
||||
|
||||
if (canPlayMkv && !isVlc) {
|
||||
// Can't use mkv on mobile because we have to use the native player controls and they won't be able to seek it
|
||||
if (canPlayMkv && !isVlc && !browserInfo.mobile) {
|
||||
profile.TranscodingProfiles.push({
|
||||
Container: 'mkv',
|
||||
Type: 'Video',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue