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',
|
||||
Type: 'Video',
|
||||
AudioCodec: videoAudioCodecs.join(','),
|
||||
VideoCodec: 'copy',
|
||||
VideoCodec: 'h264',
|
||||
Context: 'Streaming',
|
||||
CopyTimestamps: copyTimestamps
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue