diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-09-14 12:09:06 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-09-14 12:09:06 +0200 |
commit | d5050d1e097e761685fbaafe6e3d4b8b78d48356 (patch) | |
tree | 02c3183b8b84b493343a42220c708c7beb1903bf /client/src/app/videos | |
parent | 03b40f24878e4ceef19c9a8a7539f59061f31c84 (diff) | |
download | PeerTube-d5050d1e097e761685fbaafe6e3d4b8b78d48356.tar.gz PeerTube-d5050d1e097e761685fbaafe6e3d4b8b78d48356.tar.zst PeerTube-d5050d1e097e761685fbaafe6e3d4b8b78d48356.zip |
Fix lint
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/video-list/video-list.component.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/videos/video-list/video-list.component.ts b/client/src/app/videos/video-list/video-list.component.ts index 590632063..4714ce01e 100644 --- a/client/src/app/videos/video-list/video-list.component.ts +++ b/client/src/app/videos/video-list/video-list.component.ts | |||
@@ -13,7 +13,6 @@ import { | |||
13 | } from '../shared' | 13 | } from '../shared' |
14 | import { AuthService, AuthUser } from '../../core' | 14 | import { AuthService, AuthUser } from '../../core' |
15 | import { Search, SearchField, SearchService } from '../../shared' | 15 | import { Search, SearchField, SearchService } from '../../shared' |
16 | import { } from '../../shared' | ||
17 | 16 | ||
18 | @Component({ | 17 | @Component({ |
19 | selector: 'my-videos-list', | 18 | selector: 'my-videos-list', |