aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-04-14 11:54:47 +0200
committerChocobozzz <me@florianbigard.com>2021-04-14 11:54:47 +0200
commit251a82ffbb62c575d7aeb260dff22409dae39d73 (patch)
tree62ea60b43a17c19499c82d907d5983d53b60068b /client/src/app
parentdb5814c0472d2b9e8f0ca6bdd1175ff1cd99ed7c (diff)
downloadPeerTube-251a82ffbb62c575d7aeb260dff22409dae39d73.tar.gz
PeerTube-251a82ffbb62c575d7aeb260dff22409dae39d73.tar.zst
PeerTube-251a82ffbb62c575d7aeb260dff22409dae39d73.zip
Fix lint
Diffstat (limited to 'client/src/app')
-rw-r--r--client/src/app/+videos/+video-watch/player-styles.component.ts1
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})
13export class PlayerStylesComponent { 14export class PlayerStylesComponent {