« get me outta code hell

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:
Diffstat (limited to 'src/url-spec.js')
-rw-r--r--src/url-spec.js9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/url-spec.js b/src/url-spec.js
index 3a77858..b9366b0 100644
--- a/src/url-spec.js
+++ b/src/url-spec.js
@@ -70,13 +70,12 @@ const urlSpec = {
             root: '',
             path: '<>',
 
-            albumCover: 'album-art/<>/cover.jpg',
+            albumCover: 'album-art/<>/cover.<>',
             albumWallpaper: 'album-art/<>/bg.<>',
             albumBanner: 'album-art/<>/banner.<>',
-            trackCover: 'album-art/<>/<>.jpg',
-            artistAvatar: 'artist-avatar/<>.jpg',
-            flashArt: 'flash-art/<>.jpg',
-            flashArtGif: 'flash-art/<>.gif' // Hack! Sorry not sorry. ::::)
+            trackCover: 'album-art/<>/<>.<>',
+            artistAvatar: 'artist-avatar/<>.<>',
+            flashArt: 'flash-art/<>.<>',
         }
     }
 };