[+] Add width and height as fields
This commit is contained in:
@@ -13,6 +13,9 @@ class Artwork
|
|||||||
title: string;
|
title: string;
|
||||||
format: string;
|
format: string;
|
||||||
|
|
||||||
|
width: number;
|
||||||
|
height: number;
|
||||||
|
|
||||||
constructor(date: string, title: string, format: string)
|
constructor(date: string, title: string, format: string)
|
||||||
{
|
{
|
||||||
this.rawDate = date;
|
this.rawDate = date;
|
||||||
|
|||||||
Reference in New Issue
Block a user