mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
updated around import episodes, update series.
This commit is contained in:
parent
53bfd43fba
commit
48bf793746
4 changed files with 15 additions and 13 deletions
|
@ -89,7 +89,7 @@ namespace NzbDrone.Core.MediaFiles
|
|||
|
||||
if (series == null)
|
||||
{
|
||||
_logger.Trace("Unknown Series for file: {0}", videoFile);
|
||||
_logger.Debug("Unknown Series for file: {0}", videoFile);
|
||||
}
|
||||
|
||||
ProcessVideoFile(videoFile, series);
|
||||
|
@ -107,7 +107,7 @@ namespace NzbDrone.Core.MediaFiles
|
|||
|
||||
if (series == null)
|
||||
{
|
||||
_logger.Trace("Unknown Series {0}", subfolderInfo.Name);
|
||||
_logger.Debug("Unknown Series {0}", subfolderInfo.Name);
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -120,7 +120,7 @@ namespace NzbDrone.Core.MediaFiles
|
|||
{
|
||||
if (_diskProvider.IsFileLocked(new FileInfo(videoFile)))
|
||||
{
|
||||
_logger.Trace("[{0}] is currently locked by another process, skipping", videoFile);
|
||||
_logger.Debug("[{0}] is currently locked by another process, skipping", videoFile);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue