From: Chocobozzz Date: Wed, 14 Sep 2022 13:18:05 +0000 (+0200) Subject: Fix missing pagination when listing channel syncs X-Git-Tag: v4.3.0~53 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=c95fbe65530191d7be22341815ecb743c139396f;hp=910744fb084499a110d26bf5542abebb8a750b19;p=github%2FChocobozzz%2FPeerTube.git Fix missing pagination when listing channel syncs --- diff --git a/client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html b/client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html index c2fed8112..5f368d430 100644 --- a/client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html +++ b/client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html @@ -12,7 +12,7 @@ { this.channelSyncs = res.data + this.totalRecords = res.total }, error: err => { this.error = err.message