X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-custom-markup%2Fpeertube-custom-tags%2Fplaylist-miniature-markup.component.ts;fp=client%2Fsrc%2Fapp%2Fshared%2Fshared-custom-markup%2Fpeertube-custom-tags%2Fplaylist-miniature-markup.component.ts;h=ab52e7e37f3dc9fba6c1d5180fcfe09a08b90768;hb=bc48e33b80f357767b98c1d310b04bdda24c6d46;hp=07fa6fd2d29cb5fe2c9d4bf93be25c994b96e70a;hpb=6a056bbe4df1c29039d46df2b7937163033a5585;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/playlist-miniature-markup.component.ts b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/playlist-miniature-markup.component.ts index 07fa6fd2d..ab52e7e37 100644 --- a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/playlist-miniature-markup.component.ts +++ b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/playlist-miniature-markup.component.ts @@ -1,5 +1,5 @@ import { finalize } from 'rxjs/operators' -import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core' +import { ChangeDetectionStrategy, Component, EventEmitter, Input, OnInit, Output } from '@angular/core' import { Notifier } from '@app/core' import { FindInBulkService } from '@app/shared/shared-search' import { MiniatureDisplayOptions } from '../../shared-video-miniature' @@ -13,7 +13,8 @@ import { CustomMarkupComponent } from './shared' @Component({ selector: 'my-playlist-miniature-markup', templateUrl: 'playlist-miniature-markup.component.html', - styleUrls: [ 'playlist-miniature-markup.component.scss' ] + styleUrls: [ 'playlist-miniature-markup.component.scss' ], + changeDetection: ChangeDetectionStrategy.OnPush }) export class PlaylistMiniatureMarkupComponent implements CustomMarkupComponent, OnInit { @Input() uuid: string