mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix profile
This commit is contained in:
parent
25dbf665dd
commit
638fe11131
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ define(['browser'], function (browser) {
|
||||||
Container: 'mkv',
|
Container: 'mkv',
|
||||||
Type: 'Video',
|
Type: 'Video',
|
||||||
AudioCodec: videoAudioCodecs.join(','),
|
AudioCodec: videoAudioCodecs.join(','),
|
||||||
VideoCodec: 'copy',
|
VideoCodec: 'h264',
|
||||||
Context: 'Streaming',
|
Context: 'Streaming',
|
||||||
CopyTimestamps: copyTimestamps
|
CopyTimestamps: copyTimestamps
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue