mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
edge fixes
This commit is contained in:
parent
e156534cba
commit
b9eb9b975e
1 changed files with 6 additions and 6 deletions
|
@ -147,7 +147,7 @@
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($.browser.chrome || $.browser.edge) {
|
if ($.browser.chrome) {
|
||||||
profile.DirectPlayProfiles.push({
|
profile.DirectPlayProfiles.push({
|
||||||
Container: 'mkv,mov',
|
Container: 'mkv,mov',
|
||||||
Type: 'Video',
|
Type: 'Video',
|
||||||
|
@ -466,11 +466,11 @@
|
||||||
|
|
||||||
profile.ResponseProfiles = [];
|
profile.ResponseProfiles = [];
|
||||||
|
|
||||||
profile.ResponseProfiles.push({
|
//profile.ResponseProfiles.push({
|
||||||
Type: 'Video',
|
// Type: 'Video',
|
||||||
Container: 'mkv',
|
// Container: 'mkv',
|
||||||
MimeType: 'video/mp4'
|
// MimeType: 'video/mp4'
|
||||||
});
|
//});
|
||||||
|
|
||||||
profile.ResponseProfiles.push({
|
profile.ResponseProfiles.push({
|
||||||
Type: 'Video',
|
Type: 'Video',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue