1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Add support for other movie content types

This commit is contained in:
Jermolene 2016-12-23 08:34:07 +00:00
parent f143164cbe
commit 0383b98555

View File

@ -30,6 +30,7 @@ var VideoParser = function(type,text,options) {
};
exports["video/mp4"] = VideoParser;
exports["video/quicktime"] = VideoParser;
})();