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

@ -5,6 +5,7 @@ import {stringifyYaml} from 'obsidian';
export class MovieModel extends MediaTypeModel {
type: string;
title: string;
premiere: string;
dataSource: string;
id: string;
@ -15,7 +16,6 @@ export class MovieModel extends MediaTypeModel {
image: string;
released: boolean;
premiere: string;
watched: boolean;
lastWatched: string;