aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts/account-video-channels
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-06-16 13:51:50 +0200
committerChocobozzz <me@florianbigard.com>2020-06-16 13:51:50 +0200
commitaf75e2d8df92d5d602e11353536ec6804a25f16f (patch)
tree74cef94a7aa8f730a6c7b96dc906ec71aa0c1b9e /client/src/app/+accounts/account-video-channels
parent6f787ea25de7f752f449eca9caf2ba9b431c2e52 (diff)
downloadPeerTube-af75e2d8df92d5d602e11353536ec6804a25f16f.tar.gz
PeerTube-af75e2d8df92d5d602e11353536ec6804a25f16f.tar.zst
PeerTube-af75e2d8df92d5d602e11353536ec6804a25f16f.zip
Correctly fix client build
Diffstat (limited to 'client/src/app/+accounts/account-video-channels')
-rw-r--r--client/src/app/+accounts/account-video-channels/account-video-channels.component.ts3
1 files changed, 1 insertions, 2 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 2e5c5aae2..eba1acfa1 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
@@ -1,7 +1,7 @@
1import { from, Subject, Subscription } from 'rxjs' 1import { from, Subject, Subscription } from 'rxjs'
2import { concatMap, map, switchMap, tap } from 'rxjs/operators' 2import { concatMap, map, switchMap, tap } from 'rxjs/operators'
3import { Component, OnDestroy, OnInit } from '@angular/core' 3import { Component, OnDestroy, OnInit } from '@angular/core'
4import { UserService } from '@app/shared' 4import { User, UserService } from '@app/shared'
5import { Account } from '@app/shared/account/account.model' 5import { Account } from '@app/shared/account/account.model'
6import { AccountService } from '@app/shared/account/account.service' 6import { AccountService } from '@app/shared/account/account.service'
7import { ScreenService } from '@app/shared/misc/screen.service' 7import { ScreenService } from '@app/shared/misc/screen.service'
@@ -11,7 +11,6 @@ import { VideoChannelService } from '@app/shared/video-channel/video-channel.ser
11import { VideoSortField } from '@app/shared/video/sort-field.type' 11import { VideoSortField } from '@app/shared/video/sort-field.type'
12import { Video } from '@app/shared/video/video.model' 12import { Video } from '@app/shared/video/video.model'
13import { VideoService } from '@app/shared/video/video.service' 13import { VideoService } from '@app/shared/video/video.service'
14import { User } from '@shared/models'
15 14
16@Component({ 15@Component({
17 selector: 'my-account-video-channels', 16 selector: 'my-account-video-channels',