mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
don't save metadata when video content type is unset
This commit is contained in:
parent
58672e6b65
commit
aa576157fc
8 changed files with 20 additions and 15 deletions
|
@ -1062,7 +1062,7 @@
|
|||
level: '3',
|
||||
|
||||
// None of the browsers seem to like this
|
||||
EnableAutoStreamCopy: false
|
||||
//EnableAutoStreamCopy: false
|
||||
}));
|
||||
|
||||
if (isStatic && mediaSource.Protocol == 'Http' && !mediaSource.RequiredHttpHeaders.length) {
|
||||
|
@ -1119,7 +1119,6 @@
|
|||
html += '<source type="application/x-mpegURL" src="' + hlsVideoUrl + '" />';
|
||||
}
|
||||
|
||||
// Live streams seem to function better with mp4
|
||||
var mp4BeforeWebm = self.getVideoTranscodingExtension() != '.webm';
|
||||
|
||||
if (mp4BeforeWebm) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue