mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-21 11:19:37 +00:00
added podcast support
This commit is contained in:
parent
7e4d0daf82
commit
4b91a7e3f9
3 changed files with 9 additions and 10 deletions
|
|
@ -630,10 +630,6 @@ module.exports.validatePathExists = async function validatePathExists(
|
|||
if (hasRestrictedFiles) {
|
||||
return { exists: true };
|
||||
}
|
||||
} else {
|
||||
return {
|
||||
exists: true,
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue