We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f53befc + 7c77298 commit 333bdcbCopy full SHA for 333bdcb
src/TaglibSharp/Matroska/File.cs
@@ -69,6 +69,7 @@ public enum TrackType
69
[SupportedMimeType ("taglib/mkv", "mkv")]
70
[SupportedMimeType ("taglib/mka", "mka")]
71
[SupportedMimeType ("taglib/mks", "mks")]
72
+ [SupportedMimeType ("taglib/webm", "webm")]
73
[SupportedMimeType ("video/webm")]
74
[SupportedMimeType ("video/x-matroska")]
75
public class File : TagLib.File
0 commit comments