Fix account switch in channels page

pull/4548/head
Chocobozzz 2021-11-15 09:19:54 +01:00
parent bc84433893
commit 50fe0eac38
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ export class AccountVideoChannelsComponent implements OnInit, OnDestroy {
this.accountSub = this.accountService.accountLoaded
.subscribe(account => {
this.account = account
this.videoChannels = []
this.loadMoreChannels()
})