Fix duration parsing of .mkv and .webm files

Former-commit-id: fbd9f3fc89
This commit is contained in:
Cry dsch 2020-02-12 21:37:10 +01:00
parent 68c24621e9
commit ed5fffd7a9

View file

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