diff options
author | Chocobozzz <me@florianbigard.com> | 2021-11-15 09:19:54 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-11-15 09:19:54 +0100 |
commit | 50fe0eac38e7a5ea6960ab4d507b5a356b5a188e (patch) | |
tree | 997d12b889f55d480c119c519a4113db18354e91 /client/src/app | |
parent | bc844338931a5efd17f444fc0e4e71b41db6000a (diff) | |
download | PeerTube-50fe0eac38e7a5ea6960ab4d507b5a356b5a188e.tar.gz PeerTube-50fe0eac38e7a5ea6960ab4d507b5a356b5a188e.tar.zst PeerTube-50fe0eac38e7a5ea6960ab4d507b5a356b5a188e.zip |
Fix account switch in channels page
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+accounts/account-video-channels/account-video-channels.component.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/+accounts/account-video-channels/account-video-channels.component.ts b/client/src/app/+accounts/account-video-channels/account-video-channels.component.ts index f6df38857..457a432fe 100644 --- a/client/src/app/+accounts/account-video-channels/account-video-channels.component.ts +++ b/client/src/app/+accounts/account-video-channels/account-video-channels.component.ts | |||
@@ -62,6 +62,7 @@ export class AccountVideoChannelsComponent implements OnInit, OnDestroy { | |||
62 | this.accountSub = this.accountService.accountLoaded | 62 | this.accountSub = this.accountService.accountLoaded |
63 | .subscribe(account => { | 63 | .subscribe(account => { |
64 | this.account = account | 64 | this.account = account |
65 | this.videoChannels = [] | ||
65 | 66 | ||
66 | this.loadMoreChannels() | 67 | this.loadMoreChannels() |
67 | }) | 68 | }) |