Fixed eye color bruin mapping to bruin instead of brown.

This commit is contained in:
DebaucheryLibrarian 2024-10-18 04:05:51 +02:00
parent 8cc10b084d
commit 5ed408226d
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ const eyeColors = {
blauw: 'blue', blauw: 'blue',
blue: 'blue', blue: 'blue',
brown: 'brown', brown: 'brown',
bruin: 'bruin', bruin: 'brown',
dark: 'brown', dark: 'brown',
gray: 'gray', gray: 'gray',
green: 'green', green: 'green',

View File

@ -150,7 +150,7 @@ async function scrapeRelease(baseRelease, entitiesByHostname, type = 'scene') {
} }
try { try {
logger.verbose(`Fetching ${type} ${baseRelease.url}`); logger.verbose(`Fetching ${type} ${baseRelease.url || baseRelease.path}`);
const options = { const options = {
...include, ...include,