Embed: - fixed timer issue causing player to reload after an unload
- added version numbering
This commit is contained in:
parent
27b85e76d3
commit
b6486878ca
13 changed files with 38 additions and 11 deletions
|
@ -1,5 +1,6 @@
|
|||
mistplayers.html5 = {
|
||||
name: 'HTML5 video player',
|
||||
version: '1.0',
|
||||
mimes: ['html5/application/vnd.apple.mpegurl','html5/video/mp4','html5/video/ogg','html5/video/webm','html5/audio/mp3','html5/audio/webm','html5/audio/ogg','html5/audio/wav'],
|
||||
priority: Object.keys(mistplayers).length + 1,
|
||||
isMimeSupported: function (mimetype) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue