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

edge fixes

This commit is contained in:
Luke Pulverenti 2015-10-18 19:25:15 -04:00
parent e156534cba
commit b9eb9b975e

View file

@ -147,7 +147,7 @@
});
}
if ($.browser.chrome || $.browser.edge) {
if ($.browser.chrome) {
profile.DirectPlayProfiles.push({
Container: 'mkv,mov',
Type: 'Video',
@ -466,11 +466,11 @@
profile.ResponseProfiles = [];
profile.ResponseProfiles.push({
Type: 'Video',
Container: 'mkv',
MimeType: 'video/mp4'
});
//profile.ResponseProfiles.push({
// Type: 'Video',
// Container: 'mkv',
// MimeType: 'video/mp4'
//});
profile.ResponseProfiles.push({
Type: 'Video',