mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-22 03:44:28 +02:00
Fix:Server crash when deleting library item #2031
This commit is contained in:
parent
a3899b68e1
commit
a38e43213d
8 changed files with 437 additions and 20 deletions
6
server/scanner/AudioFileScanner.js
Normal file
6
server/scanner/AudioFileScanner.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
class AudioFileScanner {
|
||||
constructor() { }
|
||||
|
||||
|
||||
}
|
||||
module.exports = new AudioFileScanner()
|
Loading…
Add table
Add a link
Reference in a new issue