X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bvideos%2F%2Bvideo-watch%2Fplayer-styles.component.ts;h=448a0ee96db835fd906c42b2123bb005c65645f4;hb=db581cf7b99eb60d2e6d9bee5c020ef22b0a1a41;hp=9b1672a8c37089d284ef20519222b09d554f8fd3;hpb=251a82ffbb62c575d7aeb260dff22409dae39d73;p=github%2FChocobozzz%2FPeerTube.git 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 9b1672a8c..448a0ee96 100644 --- a/client/src/app/+videos/+video-watch/player-styles.component.ts +++ b/client/src/app/+videos/+video-watch/player-styles.component.ts @@ -8,7 +8,7 @@ import { Component, ViewEncapsulation } from '@angular/core' selector: 'my-player-styles', template: '', styleUrls: [ './player-styles.component.scss' ], - // tslint:disable:use-component-view-encapsulation + /* eslint-disable @angular-eslint/use-component-view-encapsulation */ encapsulation: ViewEncapsulation.None }) export class PlayerStylesComponent {