diff --git a/client/src/app/+my-library/+my-video-channels/my-video-channels.component.ts b/client/src/app/+my-library/+my-video-channels/my-video-channels.component.ts index 8b074a3a653..998b910ee23 100644 --- a/client/src/app/+my-library/+my-video-channels/my-video-channels.component.ts +++ b/client/src/app/+my-library/+my-video-channels/my-video-channels.component.ts @@ -77,6 +77,7 @@ export class MyVideoChannelsComponent { this.pagination.currentPage = 1 this.videoChannels = [] + this.pagesDone.clear() this.loadMoreVideoChannels() }