diff --git a/types/musicmetadata/index.d.ts b/types/musicmetadata/index.d.ts index c1ff45741f..4f80854138 100644 --- a/types/musicmetadata/index.d.ts +++ b/types/musicmetadata/index.d.ts @@ -31,7 +31,7 @@ declare namespace MM { year: string; track: NoOf; disk: NoOf; - genre: string; + genre: string[]; picture: Picture[]; duration: number; }