Fix:Global search support podcasts

This commit is contained in:
advplyr 2022-04-12 16:54:52 -05:00
parent 10d9e11387
commit 469278cd1e
7 changed files with 42 additions and 17 deletions

View file

@ -457,7 +457,7 @@ class LibraryController {
var queryResult = li.searchQuery(req.query.q)
if (queryResult.matchKey) {
itemMatches.push({
libraryItem: li,
libraryItem: li.toJSONExpanded(),
matchKey: queryResult.matchKey,
matchText: queryResult.matchText
})