From 426b53116f2ae01b3338c03f6146952ae0909b44 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Tue, 24 Dec 2019 22:39:46 -0500 Subject: [PATCH] [+] Load dimensions on init --- src/App.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.ts b/src/App.ts index 19b34a5..df11494 100644 --- a/src/App.ts +++ b/src/App.ts @@ -97,7 +97,7 @@ export default class App extends Vue if (a.format == null) a.format = config.artwork.default_format; // Add it - this.artworks.push(new Artwork(a.date, a.title, a.format)); + this.artworks.push(new Artwork(a.date, a.title, a.format).loadDimensions()); }); // Sort by date