Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Dec 22, 2023
1 parent c741520 commit f4249c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dialogs/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ export async function askForYouTubeInput() {
},
});

if (value == null) return [];

return parseYouTube(value);
}

Expand Down

0 comments on commit f4249c7

Please sign in to comment.