1
0
Fork 0

Fix videos list pagination

This commit is contained in:
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

View file

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