]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/video/video-feed.component.ts
Fix transcoding
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / video-feed.component.ts
CommitLineData
cc1561f9 1import { Component, Input } from '@angular/core'
244e76a5
RK
2
3@Component({
4 selector: 'my-video-feed',
5 styleUrls: [ './video-feed.component.scss' ],
6 templateUrl: './video-feed.component.html'
7})
cc1561f9 8export class VideoFeedComponent {
244b4ae3 9 @Input() syndicationItems: any
244e76a5 10}