diff --git a/src/App.ts b/src/App.ts index 1793708..a4c23aa 100644 --- a/src/App.ts +++ b/src/App.ts @@ -27,6 +27,8 @@ class Artwork { return new Date(this.rawDate); } + url: string; + imgThumb: string; get imgThumb() {