Fix videos list pagination
This commit is contained in:
parent
b9e11ea213
commit
0461ce8d24
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ export class VideosListCommonPageComponent implements OnInit, OnDestroy, Disable
|
|||
const params = {
|
||||
...filters.toVideosAPIObject(),
|
||||
|
||||
videoPagination: pagination,
|
||||
videoPagination: { ...pagination },
|
||||
skipCount: true
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue