Fix videos list pagination

pull/6008/head
Chocobozzz 2024-01-11 10:22:36 +01:00
parent b9e11ea213
commit 0461ce8d24
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ export class VideosListCommonPageComponent implements OnInit, OnDestroy, Disable
const params = {
...filters.toVideosAPIObject(),
videoPagination: pagination,
videoPagination: { ...pagination },
skipCount: true
}