mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-09 22:32:52 +02:00
Update:Check if directory already exists before upload #1497
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user