fix(log): fix typo in base scanner logging (#1329) [skip ci]

"Changes" instead of "Changed"
This commit is contained in:
hirenshah
2021-04-01 06:35:30 +01:00
committed by GitHub
parent 1df67baf9e
commit b0b04ca1c7

View File

@@ -165,7 +165,7 @@ class BaseScanner<T> {
if (changedExisting) { if (changedExisting) {
await mediaRepository.save(existing); await mediaRepository.save(existing);
this.log( this.log(
`Media for ${title} exists. Changed were detected and the title will be updated.`, `Media for ${title} exists. Changes were detected and the title will be updated.`,
'info' 'info'
); );
} else { } else {