mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-20 16:49:52 +00:00
Use default playlist colors when not specified
This commit is contained in:
parent
b241bffb88
commit
bdb599fe32
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ async function genPlaylistStyle(zip) {
|
|||
data[colorKey] = color.slice(0, 7);
|
||||
});
|
||||
|
||||
return data;
|
||||
return { ...defaultPlaylistStyle, ...data };
|
||||
}
|
||||
|
||||
async function genColors(zip) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue