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.
1 parent 9246b78 commit 7c77298Copy full SHA for 7c77298
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