« 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.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/url-spec.js b/src/url-spec.js
index 22b3bc8..a36bb0e 100644
--- a/src/url-spec.js
+++ b/src/url-spec.js
@@ -75,7 +75,8 @@ const urlSpec = {
             albumBanner: 'album-art/<>/banner.jpg',
             trackCover: 'album-art/<>/<>.jpg',
             artistAvatar: 'artist-avatar/<>.jpg',
-            flashArt: 'flash-art/<>.jpg'
+            flashArt: 'flash-art/<>.jpg',
+            flashArtGif: 'flash-art/<>.gif' // Hack! Sorry not sorry. ::::)
         }
     }
 };