diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-01-16 09:14:47 -0400 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-01-16 09:14:47 -0400 |
| commit | 2b66d66d5d89f2a6d914bef1abb997497657b10d (patch) | |
| tree | 9aa939ed6fbcc37b09734f2cc5e759a52e58322f /src/gen-thumbs.js | |
| parent | f177fba63f3d42c45b16a0b6246b7c2f7726e6ca (diff) | |
data, content, css: basic music video implementation preview
Diffstat (limited to 'src/gen-thumbs.js')
| -rw-r--r-- | src/gen-thumbs.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gen-thumbs.js b/src/gen-thumbs.js index 09f50881..a58e96d5 100644 --- a/src/gen-thumbs.js +++ b/src/gen-thumbs.js @@ -1234,6 +1234,10 @@ export function getExpectedImagePaths(mediaPath, {urls, wikiData}) { .map(part => fromRoot.to('media.albumWallpaperPart', album.directory, part.asset))), + wikiData.musicVideoData + .filter(musicVideo => musicVideo.path) + .map(musicVideo => fromRoot.to(...musicVideo.path)), + wikiData.wikiInfo.wikiWallpaperParts .filter(part => part.asset) .map(part => |