diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+accounts/account-videos/account-videos.component.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+accounts/account-videos/account-videos.component.ts b/client/src/app/+accounts/account-videos/account-videos.component.ts index d4fcd7acf..e5c1f58b0 100644 --- a/client/src/app/+accounts/account-videos/account-videos.component.ts +++ b/client/src/app/+accounts/account-videos/account-videos.component.ts | |||
@@ -25,7 +25,7 @@ import { ScreenService } from '@app/shared/misc/screen.service' | |||
25 | export class AccountVideosComponent extends AbstractVideoList implements OnInit, OnDestroy { | 25 | export class AccountVideosComponent extends AbstractVideoList implements OnInit, OnDestroy { |
26 | titlePage: string | 26 | titlePage: string |
27 | marginContent = false // Disable margin | 27 | marginContent = false // Disable margin |
28 | currentRoute = '/account/videos' | 28 | currentRoute = '/accounts/videos' |
29 | loadOnInit = false | 29 | loadOnInit = false |
30 | 30 | ||
31 | private account: Account | 31 | private account: Account |
@@ -55,7 +55,7 @@ export class AccountVideosComponent extends AbstractVideoList implements OnInit, | |||
55 | this.accountSub = this.accountService.accountLoaded | 55 | this.accountSub = this.accountService.accountLoaded |
56 | .subscribe(account => { | 56 | .subscribe(account => { |
57 | this.account = account | 57 | this.account = account |
58 | this.currentRoute = '/account/' + this.account.nameWithHost + '/videos' | 58 | this.currentRoute = '/accounts/' + this.account.nameWithHost + '/videos' |
59 | 59 | ||
60 | this.reloadVideos() | 60 | this.reloadVideos() |
61 | this.generateSyndicationList() | 61 | this.generateSyndicationList() |