added podcast support

This commit is contained in:
Vito0912 2025-06-12 18:15:26 +02:00
parent 7e4d0daf82
commit 4b91a7e3f9
No known key found for this signature in database
GPG key ID: 29A3D509FE70B237
3 changed files with 9 additions and 10 deletions

View file

@ -630,10 +630,6 @@ module.exports.validatePathExists = async function validatePathExists(
if (hasRestrictedFiles) {
return { exists: true };
}
} else {
return {
exists: true,
};
}
}
}