mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-08 13:01:10 +02:00
Fix incorrect usage of TmdbId in log message, replace with TvdbId
This commit is contained in:
parent
5db833d59b
commit
03403b7853
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ private void TagExisting(ImportListDefinition importList, ImportListItemInfo rep
|
|||
if (preCount != series.Tags.Count)
|
||||
{
|
||||
_seriesService.UpdateSeries(series);
|
||||
_logger.Debug("{0} [{1}] tagged existing series", report.TmdbId, report.Title);
|
||||
_logger.Debug("{0} [{1}] tagged existing series", report.TvdbId, report.Title);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue