mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Fix musicmetadata genre type (#15549)
This commit is contained in:
Vendored
+1
-1
@@ -31,7 +31,7 @@ declare namespace MM {
|
||||
year: string;
|
||||
track: NoOf;
|
||||
disk: NoOf;
|
||||
genre: string;
|
||||
genre: string[];
|
||||
picture: Picture[];
|
||||
duration: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user