Fix channel search

This commit is contained in:
Chocobozzz 2024-09-27 15:08:23 +02:00
parent e5e94644c2
commit ef9aecc684
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

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