Skip to content

Commit a1c4759

Browse files
authored
Merge pull request #8 from SevenOutman/alpha
Graduate 1.0.3 Alpha
2 parents d283e86 + cf31df0 commit a1c4759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/player.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { useThemeColor } from "../hooks/useThemeColor";
1616
* @see https://aplayer.js.org/#/home?id=options
1717
*/
1818
type APlayerProps = {
19-
audio: AudioInfo | AudioInfo[];
19+
audio: AudioInfo | readonly AudioInfo[];
2020

2121
theme?: string;
2222

0 commit comments

Comments
 (0)