mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 06:18:28 +01:00
fix SA1513/SA1516
This commit is contained in:
@@ -256,6 +256,7 @@ namespace Emby.Server.Implementations.TV
|
||||
{
|
||||
items = items.Skip(query.StartIndex.Value);
|
||||
}
|
||||
|
||||
if (query.Limit.HasValue)
|
||||
{
|
||||
items = items.Take(query.Limit.Value);
|
||||
|
||||
Reference in New Issue
Block a user