Templates
This commit is contained in:
parent
ac82168740
commit
9d874cbd18
5 changed files with 126 additions and 16 deletions
|
|
@ -86,7 +86,7 @@ export class MALAPI extends APIModel {
|
|||
image: result.images?.jpg?.image_url ?? '',
|
||||
|
||||
released: true,
|
||||
premiere: result.aired?.string ?? 'unknown',
|
||||
premiere: (new Date(result.aired?.from)).toLocaleDateString() ?? 'unknown',
|
||||
|
||||
watched: false,
|
||||
lastWatched: '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue