Fixed eye color bruin mapping to bruin instead of brown.
This commit is contained in:
parent
8cc10b084d
commit
5ed408226d
|
@ -65,7 +65,7 @@ const eyeColors = {
|
|||
blauw: 'blue',
|
||||
blue: 'blue',
|
||||
brown: 'brown',
|
||||
bruin: 'bruin',
|
||||
bruin: 'brown',
|
||||
dark: 'brown',
|
||||
gray: 'gray',
|
||||
green: 'green',
|
||||
|
|
|
@ -150,7 +150,7 @@ async function scrapeRelease(baseRelease, entitiesByHostname, type = 'scene') {
|
|||
}
|
||||
|
||||
try {
|
||||
logger.verbose(`Fetching ${type} ${baseRelease.url}`);
|
||||
logger.verbose(`Fetching ${type} ${baseRelease.url || baseRelease.path}`);
|
||||
|
||||
const options = {
|
||||
...include,
|
||||
|
|
Loading…
Reference in New Issue