From c95fbe65530191d7be22341815ecb743c139396f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 14 Sep 2022 15:18:05 +0200 Subject: Fix missing pagination when listing channel syncs --- .../my-video-channel-syncs/my-video-channel-syncs.component.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts') 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 { .subscribe({ next: res => { this.channelSyncs = res.data + this.totalRecords = res.total }, error: err => { this.error = err.message -- cgit v1.2.3