diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-05-27 18:54:05 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-05-27 18:58:17 -0300 |
commit | 8afbf95576a7a108d8e5508cc0cd7eff9e48352e (patch) | |
tree | b1f5fec763a86c6289055245e6bcdf762fa26bb3 /src/data/things/album.js | |
parent | cc3487d6ab66b82d8a3a7dc5042651185fa639ff (diff) |
data: WikiInfo.wallpaper{Style,Parts}
also tidy field order
Diffstat (limited to 'src/data/things/album.js')
-rw-r--r-- | src/data/things/album.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/data/things/album.js b/src/data/things/album.js index b1aad9fc..42b234f1 100644 --- a/src/data/things/album.js +++ b/src/data/things/album.js @@ -592,9 +592,10 @@ export class Album extends Thing { transform: parseContributors, }, - 'Wallpaper Style': {property: 'wallpaperStyle'}, 'Wallpaper File Extension': {property: 'wallpaperFileExtension'}, + 'Wallpaper Style': {property: 'wallpaperStyle'}, + 'Wallpaper Parts': { property: 'wallpaperParts', transform: parseWallpaperParts, |