eugeneware/ffprobe

wrong field type description

d-sphinx opened this issue · 1 comments

	"ffprobe": "^1.1.2",
	"ffprobe-static": "^3.1.0",
	"@types/ffprobe": "^1.1.3",
	"@types/ffprobe-static": "^2.0.1",

in TS field 'duration' described as 'number | undefined' while in fact it is 'string'.
mistake?

Same issue with 'nb_frames'.

Some parsing are missing :s