Fix account switch in channels page
This commit is contained in:
parent
bc84433893
commit
50fe0eac38
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ export class AccountVideoChannelsComponent implements OnInit, OnDestroy {
|
||||||
this.accountSub = this.accountService.accountLoaded
|
this.accountSub = this.accountService.accountLoaded
|
||||||
.subscribe(account => {
|
.subscribe(account => {
|
||||||
this.account = account
|
this.account = account
|
||||||
|
this.videoChannels = []
|
||||||
|
|
||||||
this.loadMoreChannels()
|
this.loadMoreChannels()
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue