Use default playlist colors when not specified

This commit is contained in:
Jordan Eldredge 2018-02-17 21:55:02 -08:00
parent b241bffb88
commit bdb599fe32

View file

@ -184,7 +184,7 @@ async function genPlaylistStyle(zip) {
data[colorKey] = color.slice(0, 7);
});
return data;
return { ...defaultPlaylistStyle, ...data };
}
async function genColors(zip) {