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

update dialogs

This commit is contained in:
Luke Pulverenti 2015-10-18 19:23:48 -04:00
parent 62e03ef0be
commit e156534cba
4 changed files with 16 additions and 13 deletions

View file

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