mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-04-27 17:21:30 +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