fix(log): fix typo in base scanner logging (#1329) [skip ci]
"Changes" instead of "Changed"
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user