1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-12-10 02:38:06 +00:00

Merge pull request #998 from xcazin/ogg

Add audio/ogg  to the list of recognised formats
This commit is contained in:
Jeremy Ruston
2014-10-20 12:30:00 +01:00
3 changed files with 4 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ var AudioParser = function(type,text,options) {
this.tree = [element];
};
exports["audio/ogg"] = AudioParser;
exports["audio/mpeg"] = AudioParser;
exports["audio/mp3"] = AudioParser;
exports["audio/mp4"] = AudioParser;