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