mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
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) {
|
||||
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 {
|
||||
|
Reference in New Issue
Block a user