mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix subtitle position after seek in chrome
This commit is contained in:
parent
bcfec3d6fc
commit
70be2ac62e
4 changed files with 16 additions and 11 deletions
|
@ -198,7 +198,8 @@ define(['browser'], function (browser) {
|
|||
Type: 'Video',
|
||||
AudioCodec: videoAudioCodecs.join(','),
|
||||
VideoCodec: 'h264',
|
||||
Context: 'Streaming'
|
||||
Context: 'Streaming',
|
||||
CopyTimestamps: true
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue