Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_videoplayer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/viewer.js')
-rwxr-xr-xjs/viewer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/viewer.js b/js/viewer.js
index 0d2a103..29d51c4 100755
--- a/js/viewer.js
+++ b/js/viewer.js
@@ -65,7 +65,7 @@ var videoViewer = {
'video/x-matroska'
],
mimeTypeAliasses: {
- 'video/x-matroska': 'video/webm' // chrome is a little kid that refuses to play mkv if it knows it's an mkv, webm uses the same container format
+ 'video/x-matroska': 'video/webm' // mkv support for Chrome. webm uses the same container format
},
onView : function(file, data) {
videoViewer.file = file;