« get me outta code hell

support non-jpg album wallpapers & banners - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/url-spec.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2022-01-05 15:04:32 -0400
committer(quasar) nebula <qznebula@protonmail.com>2022-01-05 15:04:32 -0400
commitb10d00e4f4cf191ed9cb914052422db4363de349 (patch)
tree6d4f77bb38fb0ae91782f118ff45013726336a17 /src/url-spec.js
parente32ca61eb351155524a5ba0c272b26cdc85a8203 (diff)
support non-jpg album wallpapers & banners
Diffstat (limited to 'src/url-spec.js')
-rw-r--r--src/url-spec.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/url-spec.js b/src/url-spec.js
index d4de616..3a77858 100644
--- a/src/url-spec.js
+++ b/src/url-spec.js
@@ -71,8 +71,8 @@ const urlSpec = {
             path: '<>',
 
             albumCover: 'album-art/<>/cover.jpg',
-            albumWallpaper: 'album-art/<>/bg.jpg',
-            albumBanner: 'album-art/<>/banner.jpg',
+            albumWallpaper: 'album-art/<>/bg.<>',
+            albumBanner: 'album-art/<>/banner.<>',
             trackCover: 'album-art/<>/<>.jpg',
             artistAvatar: 'artist-avatar/<>.jpg',
             flashArt: 'flash-art/<>.jpg',