From 27a4e25b190054d092fe1adf1081877aa35529b0 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 29 Oct 2020 12:04:16 -0300 Subject: inherit album color in no-fg groups --- upd8.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upd8.js') diff --git a/upd8.js b/upd8.js index fae08026..6dc80028 100644 --- a/upd8.js +++ b/upd8.js @@ -525,7 +525,7 @@ async function processAlbumDataFile(file) { const groupName = getBasicField(section, 'Group'); if (groupName) { group = groupName; - groupColor = getBasicField(section, 'FG'); + groupColor = getBasicField(section, 'FG') || album.color; album.usesGroups = true; continue; } -- cgit 1.3.0-6-gf8a5