mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix videos list pagination
This commit is contained in:
parent
b9e11ea213
commit
0461ce8d24
@ -69,7 +69,7 @@ export class VideosListCommonPageComponent implements OnInit, OnDestroy, Disable
|
||||
const params = {
|
||||
...filters.toVideosAPIObject(),
|
||||
|
||||
videoPagination: pagination,
|
||||
videoPagination: { ...pagination },
|
||||
skipCount: true
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user