Fix typo in log message

This commit is contained in:
scphantm 2026-04-20 21:44:48 -04:00
parent bd46a88fe4
commit ce4a875398
No known key found for this signature in database
GPG key ID: 3512C53D8C6FC41E

View file

@ -279,7 +279,7 @@ private void RetroApplyTags(ImportListDefinition importList, ImportListItemInfo
if (preCount != series.Tags.Count)
{
_seriesService.UpdateSeries(series);
_logger.Debug("{0} [{1}] Retro-Actively added tags to series", report.TmdbId, report.Title);
_logger.Debug("{0} [{1}] Retroactively added tags to series", report.TmdbId, report.Title);
}
}
}