diff --git a/src/components/WatchModal.tsx b/src/components/WatchModal.tsx index 7b067b2f3..4e167b1fb 100644 --- a/src/components/WatchModal.tsx +++ b/src/components/WatchModal.tsx @@ -171,9 +171,6 @@ function WatchModal({ }, [watchModalView]); const handleFolderDrop = async (folders: FileList) => { - if (folders.length === 0) { - return; - } for (let i = 0; i < folders.length; i++) { const folder: any = folders[i]; const path = (folder.path as string).replace(/\\/g, '/');