release year in title
This commit is contained in:
parent
6dc813a14c
commit
99980028d0
5 changed files with 6 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue