mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
> -> <
This commit is contained in:
@@ -316,7 +316,7 @@ namespace Jellyfin.Api.Controllers
|
||||
TotalRecordCount = list.Count
|
||||
};
|
||||
|
||||
if (limit.HasValue && limit > list.Count)
|
||||
if (limit.HasValue && limit < list.Count)
|
||||
{
|
||||
list = list.GetRange(0, limit.Value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user