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

"Changes" instead of "Changed"
pull/1344/head^2
hirenshah 3 years ago committed by GitHub
parent 1df67baf9e
commit b0b04ca1c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -165,7 +165,7 @@ class BaseScanner<T> {
if (changedExisting) {
await mediaRepository.save(existing);
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'
);
} else {

Loading…
Cancel
Save