From 9dc7c08e2fa7a0303fda3b9a687b55425c594aef Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 26 May 2026 19:05:38 -0300 Subject: data, urls: vgm-album-art and suchness --- src/gen-thumbs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gen-thumbs.js') diff --git a/src/gen-thumbs.js b/src/gen-thumbs.js index a58e96d5..d452c22e 100644 --- a/src/gen-thumbs.js +++ b/src/gen-thumbs.js @@ -1231,8 +1231,8 @@ export function getExpectedImagePaths(mediaPath, {urls, wikiData}) { wikiData.albumData .flatMap(album => album.wallpaperParts .filter(part => part.asset) - .map(part => - fromRoot.to('media.albumWallpaperPart', album.directory, part.asset))), + .map(part => album.getWallpaperPartPath(part)) + .map(path => fromRoot.to(...path))), wikiData.musicVideoData .filter(musicVideo => musicVideo.path) -- cgit 1.3.0-6-gf8a5