Merge pull request #265 from herrrta/fix/delete-type

Fix delete by show file type
This commit is contained in:
Fredrik Burmester
2024-12-08 16:37:21 +01:00
committed by GitHub

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