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