From 8afbf95576a7a108d8e5508cc0cd7eff9e48352e Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 27 May 2025 18:54:05 -0300 Subject: data: WikiInfo.wallpaper{Style,Parts} also tidy field order --- src/data/things/album.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/data/things/album.js') 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, -- cgit 1.3.0-6-gf8a5