mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
added new parent methods
This commit is contained in:
@@ -164,7 +164,7 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
IncludeItemTypes = includeItemTypes.ToArray(),
|
||||
Limit = query.Limit,
|
||||
|
||||
}, user, new string[] { });
|
||||
}, new string[] { });
|
||||
|
||||
// Add search hints based on item name
|
||||
hints.AddRange(mediaItems.Where(IncludeInSearch).Select(item =>
|
||||
|
||||
Reference in New Issue
Block a user