mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 10:44:50 +03:00
Added LibraryManager.Search
This commit is contained in:
@@ -387,7 +387,7 @@ namespace MediaBrowser.Api.UserLibrary
|
||||
|
||||
if (!string.IsNullOrEmpty(term))
|
||||
{
|
||||
items = items.Where(i => i.Name.StartsWith(term, StringComparison.OrdinalIgnoreCase));
|
||||
items = _libraryManager.Search(items, request.SearchTerm);
|
||||
}
|
||||
|
||||
return items;
|
||||
|
||||
Reference in New Issue
Block a user