Fix delete by show file type

This commit is contained in:
herrrta
2024-12-08 10:34:03 -05:00
parent 684e671750
commit e427802aae

View File

@@ -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);