mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-09 21:39:37 +00:00
Update:Check if directory already exists before upload #1497
This commit is contained in:
parent
0678c26627
commit
9712bdf5f0
5 changed files with 61 additions and 12 deletions
|
|
@ -197,6 +197,7 @@ class ApiRouter {
|
|||
// File System Routes
|
||||
//
|
||||
this.router.get('/filesystem', FileSystemController.getPaths.bind(this))
|
||||
this.router.post('/filesystem/pathexists', FileSystemController.checkPathExists.bind(this))
|
||||
|
||||
//
|
||||
// Author Routes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue