mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-11 15:22:50 +02:00
Update match all books to load items from DB, remove library items loading to memory on init
This commit is contained in:
@@ -22,4 +22,4 @@ class PodcastFinder {
|
||||
return results.map(r => r.cover).filter(r => r)
|
||||
}
|
||||
}
|
||||
module.exports = PodcastFinder
|
||||
module.exports = new PodcastFinder()
|
||||
Reference in New Issue
Block a user