diff --git a/server/lib/scanners/baseScanner.ts b/server/lib/scanners/baseScanner.ts index d845a352c..b7e36547a 100644 --- a/server/lib/scanners/baseScanner.ts +++ b/server/lib/scanners/baseScanner.ts @@ -165,7 +165,7 @@ class BaseScanner { 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 {