Skip to content

Commit

Permalink
feat(playlist): default to json files on import
Browse files Browse the repository at this point in the history
  • Loading branch information
nanochromatic committed Jan 28, 2024
1 parent 6cf562e commit 9660065
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/PlaylistBuilderPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ const PlaylistBuilderPage: React.FC = () => {
<div>
<input
type="file"
accept=".json"
onChange={onFileChange}
onClick={onFileInputClick}
/>
Expand Down

0 comments on commit 9660065

Please sign in to comment.