mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-10 09:24:56 +02:00
Update BinaryManager JSDocs, move validVersions to required binary objects
This commit is contained in:
parent
a119b05d85
commit
d9e7f5d133
2 changed files with 63 additions and 19 deletions
|
@ -366,7 +366,7 @@ module.exports.encodeUriPath = (path) => {
|
|||
* This method is necessary because fs.access(directory, fs.constants.W_OK) does not work on Windows
|
||||
*
|
||||
* @param {string} directory
|
||||
* @returns {boolean}
|
||||
* @returns {Promise<boolean>}
|
||||
*/
|
||||
module.exports.isWritable = async (directory) => {
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue