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
|
@ -104,7 +104,9 @@
|
|||
}
|
||||
|
||||
// Chrome, Firefox or IE with plugin installed
|
||||
if (self.canPlayWebm()) {
|
||||
// For some reason in chrome pausing mp4 is causing the video to fail.
|
||||
// So for now it will have to prioritize webm
|
||||
if (self.canPlayWebm() && ($.browser.chrome || $.browser.msie)) {
|
||||
|
||||
return '.webm';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue