diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-01-06 19:44:18 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-01-06 19:44:18 -0400 |
commit | 1b78a825e2c3f6a535497a64840fe88be23c44f1 (patch) | |
tree | 5cc2b24b1c97c65b8edd3aa2a6a5409c8b44bd60 /src/url-spec.js | |
parent | 1c4a398258ee6dc6fb41944574f3d6095c0a3f2a (diff) |
content: generateAlbumStyleRules: wallpaper parts
Diffstat (limited to 'src/url-spec.js')
-rw-r--r-- | src/url-spec.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/url-spec.js b/src/url-spec.js index 4a57fa0f..6ca75e7d 100644 --- a/src/url-spec.js +++ b/src/url-spec.js @@ -114,6 +114,7 @@ const urlSpec = { albumBanner: 'album-art/<>/banner.<>', albumCover: 'album-art/<>/cover.<>', albumWallpaper: 'album-art/<>/bg.<>', + albumWallpaperPart: 'album-art/<>/<>', artistAvatar: 'artist-avatar/<>.<>', |