mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-13 17:07:03 +02:00
New data model for global search input and search page
This commit is contained in:
@ -401,5 +401,10 @@ class LibraryItem {
|
||||
}
|
||||
return hasUpdated
|
||||
}
|
||||
|
||||
searchQuery(query) {
|
||||
query = query.toLowerCase()
|
||||
return this.media.searchQuery(query)
|
||||
}
|
||||
}
|
||||
module.exports = LibraryItem
|
Reference in New Issue
Block a user