Skip to content

Commit

Permalink
narrow text tracks array type
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Oct 6, 2023
1 parent 10547b5 commit bf3277c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion player/react/css/src/tracks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ export const textTracks = [
language: 'en-US',
default: true,
},
];
] as const;
2 changes: 1 addition & 1 deletion player/react/default-layout/src/tracks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ export const textTracks = [
language: 'en-US',
default: true,
},
];
] as const;
2 changes: 1 addition & 1 deletion player/react/default-theme/src/tracks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ export const textTracks = [
language: 'en-US',
default: true,
},
];
] as const;
2 changes: 1 addition & 1 deletion player/react/radix+tailwind/src/tracks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ export const textTracks = [
language: 'en-US',
default: true,
},
];
] as const;
2 changes: 1 addition & 1 deletion player/react/tailwind-css/src/tracks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ export const textTracks = [
language: 'en-US',
default: true,
},
];
] as const;

0 comments on commit bf3277c

Please sign in to comment.