diff --git a/app/(auth)/(tabs)/(home)/downloads/index.tsx b/app/(auth)/(tabs)/(home)/downloads/index.tsx index 39f46c8c..2d4dcaa5 100644 --- a/app/(auth)/(tabs)/(home)/downloads/index.tsx +++ b/app/(auth)/(tabs)/(home)/downloads/index.tsx @@ -71,7 +71,7 @@ export default function page() { writeToLog("ERROR", reason); toast.error("Failed to delete all movies"); }); - const deleteShows = () => deleteFileByType("Movie") + const deleteShows = () => deleteFileByType("Episode") .then(() => toast.success("Deleted all TV-Series successfully!")) .catch((reason) => { writeToLog("ERROR", reason);