Skip to content

Commit 72f0c4a

Browse files
committed
Fix definition for metadata property
1 parent ab226a7 commit 72f0c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/Stream.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export interface Stream {
104104
*/
105105
sample_aspect_ratio: Array<number>
106106

107-
metadata: Array<string>
107+
metadata: { [key: string]: string }
108108
/**
109109
* Average framerate
110110
*

0 commit comments

Comments
 (0)