fix: errored playlist downloads falsely showing up as completed

This commit is contained in:
Subhamoy Biswas
2026-01-18 19:11:56 +05:30
parent 5f3728a8fd
commit 4e5a4a1c73
10 changed files with 70 additions and 76 deletions
+1 -1
View File
@@ -296,7 +296,7 @@ export default function DownloaderPage() {
<FormControl>
<Input
className="focus-visible:ring-0"
placeholder="Enter Video URL to Search"
placeholder="Enter Video/Playlist URL to Download"
{...field}
/>
</FormControl>