mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-06 18:52:43 +02:00
Add global search, add reset all audiobooks
This commit is contained in:
@@ -207,5 +207,9 @@ class Audiobook {
|
||||
this.addTrack(file)
|
||||
})
|
||||
}
|
||||
|
||||
isSearchMatch(search) {
|
||||
return this.book.isSearchMatch(search.toLowerCase().trim())
|
||||
}
|
||||
}
|
||||
module.exports = Audiobook
|
||||
Reference in New Issue
Block a user