mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 10:44:50 +03:00
fix search dipping into restricted channels
This commit is contained in:
@@ -168,7 +168,7 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
Limit = query.Limit,
|
||||
IncludeItemsByName = true
|
||||
|
||||
}, new string[] { });
|
||||
});
|
||||
|
||||
// Add search hints based on item name
|
||||
hints.AddRange(mediaItems.Where(IncludeInSearch).Select(item =>
|
||||
|
||||
Reference in New Issue
Block a user