[+] Load dimensions on init

This commit is contained in:
Hykilpikonna
2019-12-24 22:39:46 -05:00
parent 38212a070b
commit 426b53116f
+1 -1
View File
@@ -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