Fixed: Some TV scrubbing

This commit is contained in:
Qstick 2019-03-09 21:34:25 -05:00
parent 0926862609
commit 7d4d923903
24 changed files with 100 additions and 175 deletions

View file

@ -60,7 +60,7 @@ namespace NzbDrone.Core.MediaFiles
catch (Exception ex)
{
_logger.Error(ex, "Unable to cleanup EpisodeFile in DB: {0}", trackFile.Id);
_logger.Error(ex, "Unable to cleanup TrackFile in DB: {0}", trackFile.Id);
}
}