mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-02-14 09:19:57 +01:00
6 lines
88 B
JavaScript
6 lines
88 B
JavaScript
|
class AudioFileScanner {
|
||
|
constructor() { }
|
||
|
|
||
|
|
||
|
}
|
||
|
module.exports = new AudioFileScanner()
|