From 251a82ffbb62c575d7aeb260dff22409dae39d73 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 14 Apr 2021 11:54:47 +0200 Subject: Fix lint --- client/src/app/+videos/+video-watch/player-styles.component.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src/app/+videos/+video-watch/player-styles.component.ts') 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' selector: 'my-player-styles', template: '', styleUrls: [ './player-styles.component.scss' ], + // tslint:disable:use-component-view-encapsulation encapsulation: ViewEncapsulation.None }) export class PlayerStylesComponent { -- cgit v1.2.3