Fix duration parsing of .mkv and .webm files

This commit is contained in:
Cry dsch 2020-02-12 21:37:10 +01:00
parent f10c01e667
commit fbd9f3fc89

View file

@ -42,7 +42,6 @@ internal class Tags
internal string Duration { get; set; }
}
internal class FFMpegStreamMetadata
{
[JsonProperty("streams")]