X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-custom-markup%2Fpeertube-custom-tags%2Fvideos-list-markup.component.ts;h=c3710484ec1a6af85bd1b3e50d6e0714a57111dd;hb=f7894f09649b8ae4009d51790f1ac636c4fc4439;hp=8d9e223daffdd10ec2f68e39e06c8046fdf3c8c4;hpb=8ee25e17b88b970703f4df9e74cb4726bbffd837;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts index 8d9e223da..c3710484e 100644 --- a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts +++ b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts @@ -14,8 +14,6 @@ import { MiniatureDisplayOptions } from '../../shared-video-miniature' styleUrls: [ 'videos-list-markup.component.scss' ] }) export class VideosListMarkupComponent implements OnInit { - @Input() title: string - @Input() description: string @Input() sort = '-publishedAt' @Input() categoryOneOf: number[] @Input() languageOneOf: string[]