mirror of https://github.com/Chocobozzz/PeerTube
Fix videos list pagination
parent
b9e11ea213
commit
0461ce8d24
|
@ -69,7 +69,7 @@ export class VideosListCommonPageComponent implements OnInit, OnDestroy, Disable
|
||||||
const params = {
|
const params = {
|
||||||
...filters.toVideosAPIObject(),
|
...filters.toVideosAPIObject(),
|
||||||
|
|
||||||
videoPagination: pagination,
|
videoPagination: { ...pagination },
|
||||||
skipCount: true
|
skipCount: true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue