mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 18:00:26 +00:00
Add support for other movie content types
This commit is contained in:
parent
f143164cbe
commit
0383b98555
@ -30,6 +30,7 @@ var VideoParser = function(type,text,options) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
exports["video/mp4"] = VideoParser;
|
exports["video/mp4"] = VideoParser;
|
||||||
|
exports["video/quicktime"] = VideoParser;
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user