mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 07:42:41 +02:00
Update match all books to load items from DB, remove library items loading to memory on init
This commit is contained in:
@@ -9,4 +9,4 @@ class MusicFinder {
|
||||
return this.musicBrainz.searchTrack(options)
|
||||
}
|
||||
}
|
||||
module.exports = MusicFinder
|
||||
module.exports = new MusicFinder()
|
||||
Reference in New Issue
Block a user