Fix channel search

This commit is contained in:
Chocobozzz
2024-09-27 15:08:23 +02:00
parent e5e94644c2
commit ef9aecc684

View File

@@ -77,6 +77,7 @@ export class MyVideoChannelsComponent {
this.pagination.currentPage = 1
this.videoChannels = []
this.pagesDone.clear()
this.loadMoreVideoChannels()
}