mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
Add PaginatedQuery abstract class, change startIndex to skip
This commit is contained in:
@@ -47,7 +47,7 @@ namespace Jellyfin.Api.Controllers
|
||||
{
|
||||
return await _activityManager.GetPagedResultAsync(new ActivityLogQuery
|
||||
{
|
||||
StartIndex = startIndex,
|
||||
Skip = startIndex,
|
||||
Limit = limit,
|
||||
MinDate = minDate,
|
||||
HasUserId = hasUserId
|
||||
|
||||
Reference in New Issue
Block a user