mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Fix sync log criticity
This commit is contained in:
parent
9096e91d55
commit
ae25e41b1b
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ namespace Ombi.Schedule.Jobs.Emby
|
|||
|| existingTv.TheMovieDbId != tvShow.ProviderIds?.Tmdb
|
||||
|| existingTv.TvDbId != tvShow.ProviderIds?.Tvdb))
|
||||
{
|
||||
_logger.LogCritical($"Series '{tvShow.Name}' has different IDs, probably a reidentification.");
|
||||
_logger.LogDebug($"Series '{tvShow.Name}' has different IDs, probably a reidentification.");
|
||||
await _repo.DeleteTv(existingTv);
|
||||
existingTv = null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue