diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-14 11:54:47 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-04-14 11:54:47 +0200 |
commit | 251a82ffbb62c575d7aeb260dff22409dae39d73 (patch) | |
tree | 62ea60b43a17c19499c82d907d5983d53b60068b /client | |
parent | db5814c0472d2b9e8f0ca6bdd1175ff1cd99ed7c (diff) | |
download | PeerTube-251a82ffbb62c575d7aeb260dff22409dae39d73.tar.gz PeerTube-251a82ffbb62c575d7aeb260dff22409dae39d73.tar.zst PeerTube-251a82ffbb62c575d7aeb260dff22409dae39d73.zip |
Fix lint
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/+videos/+video-watch/player-styles.component.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/+videos/+video-watch/player-styles.component.ts b/client/src/app/+videos/+video-watch/player-styles.component.ts index c02630979..9b1672a8c 100644 --- a/client/src/app/+videos/+video-watch/player-styles.component.ts +++ b/client/src/app/+videos/+video-watch/player-styles.component.ts | |||
@@ -8,6 +8,7 @@ import { Component, ViewEncapsulation } from '@angular/core' | |||
8 | selector: 'my-player-styles', | 8 | selector: 'my-player-styles', |
9 | template: '', | 9 | template: '', |
10 | styleUrls: [ './player-styles.component.scss' ], | 10 | styleUrls: [ './player-styles.component.scss' ], |
11 | // tslint:disable:use-component-view-encapsulation | ||
11 | encapsulation: ViewEncapsulation.None | 12 | encapsulation: ViewEncapsulation.None |
12 | }) | 13 | }) |
13 | export class PlayerStylesComponent { | 14 | export class PlayerStylesComponent { |