mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
minor cleanup.
This commit is contained in:
parent
77f7427230
commit
6c1d16ae57
5 changed files with 9 additions and 4 deletions
|
@ -132,7 +132,7 @@ namespace NzbDrone.Core.Tv
|
|||
episodeToUpdate.SeasonNumber != episode.SeasonNumber) &&
|
||||
episodeToUpdate.EpisodeFileId > 0)
|
||||
{
|
||||
_logger.Info("Unlinking episode file because the episode number has changed");
|
||||
_logger.Debug("Un-linking episode file because the episode number has changed");
|
||||
episodeToUpdate.EpisodeFileId = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue