Skip to content

Commit

Permalink
damn f
Browse files Browse the repository at this point in the history
  • Loading branch information
kmr-ankitt committed Nov 21, 2024
1 parent 4d5afae commit 39b5d33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ function Input({ sendDuration, isSubmitted, sendLink }: InputProps) {

const onSubmit: SubmitHandler<FormValues> = async (data) => {
try {

const id = extractPlaylistID(data.playlist);
setPID(id);
sendLink(`https://www.youtube.com/playlist?list=${id}`);
Expand Down

0 comments on commit 39b5d33

Please sign in to comment.