release year in title

This commit is contained in:
mProjectsCode 2022-05-05 21:03:47 +02:00
parent 6dc813a14c
commit 99980028d0
5 changed files with 6 additions and 5 deletions

View file

@ -1,6 +1,7 @@
export abstract class MediaTypeModel {
type: string;
title: string;
premiere: string;
dataSource: string;
id: string;