aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-09-14 15:18:05 +0200
committerChocobozzz <me@florianbigard.com>2022-09-14 15:18:05 +0200
commitc95fbe65530191d7be22341815ecb743c139396f (patch)
treea81a100c5c77114bc993433aa891068b4da7ce40 /client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts
parent910744fb084499a110d26bf5542abebb8a750b19 (diff)
downloadPeerTube-c95fbe65530191d7be22341815ecb743c139396f.tar.gz
PeerTube-c95fbe65530191d7be22341815ecb743c139396f.tar.zst
PeerTube-c95fbe65530191d7be22341815ecb743c139396f.zip
Fix missing pagination when listing channel syncs
Diffstat (limited to 'client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts')
-rw-r--r--client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts b/client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts
index 0c429e5dd..290847418 100644
--- a/client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts
+++ b/client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts
@@ -75,6 +75,7 @@ export class MyVideoChannelSyncsComponent extends RestTable implements OnInit {
75 .subscribe({ 75 .subscribe({
76 next: res => { 76 next: res => {
77 this.channelSyncs = res.data 77 this.channelSyncs = res.data
78 this.totalRecords = res.total
78 }, 79 },
79 error: err => { 80 error: err => {
80 this.error = err.message 81 this.error = err.message