From ef9aecc68448452f8b5427dcd8fd7bdcfbac2f58 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 27 Sep 2024 15:08:23 +0200 Subject: [PATCH] Fix channel search --- .../+my-video-channels/my-video-channels.component.ts | 1 + 1 file changed, 1 insertion(+) 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() }