edge fixes
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user