mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
Added tests for ImportApprovedEpisodes
This commit is contained in:
parent
9b80478f6f
commit
3e7ef408ee
5 changed files with 143 additions and 11 deletions
|
@ -48,7 +48,7 @@ namespace NzbDrone.Core.MediaFiles
|
|||
|
||||
if (!_diskProvider.FolderExists(series.Path))
|
||||
{
|
||||
Logger.Trace("Series folder doesn't exist: {0}", series.Path);
|
||||
Logger.Debug("Series folder doesn't exist: {0}", series.Path);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue