Skip to content

Commit

Permalink
Merge pull request #8 from SevenOutman/alpha
Browse files Browse the repository at this point in the history
Graduate 1.0.3 Alpha
  • Loading branch information
SevenOutman authored Jan 8, 2023
2 parents d283e86 + cf31df0 commit a1c4759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/player.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { useThemeColor } from "../hooks/useThemeColor";
* @see https://aplayer.js.org/#/home?id=options
*/
type APlayerProps = {
audio: AudioInfo | AudioInfo[];
audio: AudioInfo | readonly AudioInfo[];

theme?: string;

Expand Down

1 comment on commit a1c4759

@vercel
Copy link

@vercel vercel bot commented on a1c4759 Jan 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.