diff --git a/src/App.ts b/src/App.ts index 6729673..8231e7d 100644 --- a/src/App.ts +++ b/src/App.ts @@ -63,6 +63,7 @@ class Artwork getURL(img: string) { + if (img.toLowerCase().startsWith('http')) return img; try { return require('./assets/' + img);