« get me outta code hell

non-jpg full res art links, artist avatars - 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-03-05 21:34:59 -0400
committer(quasar) nebula <qznebula@protonmail.com>2022-03-05 21:34:59 -0400
commit3bbeea69c6356edd5792ac7898b9623c2e1519de (patch)
treebd8727673d528e5b540db2b2dc51627ca209819b /src/url-spec.js
parent21c6220356b3769b6321bd64e85398fee618cfb1 (diff)
non-jpg full res art links, artist avatars
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/<>.<>',
         }
     }
 };