Skip to content

Commit 333bdcb

Browse files
authored
Merge pull request #219 from mphill/master
Add support for webm audio files
2 parents f53befc + 7c77298 commit 333bdcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TaglibSharp/Matroska/File.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public enum TrackType
6969
[SupportedMimeType ("taglib/mkv", "mkv")]
7070
[SupportedMimeType ("taglib/mka", "mka")]
7171
[SupportedMimeType ("taglib/mks", "mks")]
72+
[SupportedMimeType ("taglib/webm", "webm")]
7273
[SupportedMimeType ("video/webm")]
7374
[SupportedMimeType ("video/x-matroska")]
7475
public class File : TagLib.File

0 commit comments

Comments
 (0)