mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-27 10:00:53 +01:00
update channel db
This commit is contained in:
@@ -162,7 +162,7 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
NameContains = searchTerm,
|
||||
ExcludeItemTypes = excludeItemTypes.ToArray(),
|
||||
IncludeItemTypes = includeItemTypes.ToArray(),
|
||||
Limit = (query.Limit.HasValue ? (int?)(query.Limit.Value * 2) : null),
|
||||
Limit = query.Limit,
|
||||
|
||||
}, user, new string[] { });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user