diff options
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 | }) |