Fix musicmetadata genre type (#15549)

This commit is contained in:
Michał Lytek
2017-04-17 08:16:53 -07:00
committed by Andy
parent d945acc3e8
commit f1df5f0514
+1 -1
View File
@@ -31,7 +31,7 @@ declare namespace MM {
year: string;
track: NoOf;
disk: NoOf;
genre: string;
genre: string[];
picture: Picture[];
duration: number;
}