1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix profile

This commit is contained in:
Luke Pulverenti 2016-09-05 01:45:12 -04:00
parent 25dbf665dd
commit 638fe11131

View file

@ -395,7 +395,7 @@ define(['browser'], function (browser) {
Container: 'mkv',
Type: 'Video',
AudioCodec: videoAudioCodecs.join(','),
VideoCodec: 'copy',
VideoCodec: 'h264',
Context: 'Streaming',
CopyTimestamps: copyTimestamps
});