X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bvideos%2F%2Bvideo-watch%2Fplayer-styles.component.ts;h=9b1672a8c37089d284ef20519222b09d554f8fd3;hb=7a9e9417c17f8a45a639e7c3f49d82f14985786e;hp=c026309794430d373b6473bce5ea3222543ee08b;hpb=db5814c0472d2b9e8f0ca6bdd1175ff1cd99ed7c;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 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 {