Skip to content

Commit

Permalink
fix: wrong MediaInfo.labels type definition (#4165)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwallberg committed Apr 3, 2023
1 parent 27017ac commit 9cf6029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -423,7 +423,7 @@ declare namespace dashjs {
type: MediaType | null;
streamInfo: StreamInfo | null;
representationCount: number;
labels: string[];
labels: { text: string, lang?: string }[];
lang: string | null;
viewpoint: any | undefined | null;
accessibility: any[] | null;
Expand Down

0 comments on commit 9cf6029

Please sign in to comment.