mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-20 22:14:34 -04:00
Diskprovider cleanup.
This commit is contained in:
@@ -26,7 +26,7 @@ namespace NzbDrone.Core.MediaFiles.EpisodeImport.Specifications
|
||||
return true;
|
||||
}
|
||||
|
||||
if (_diskProvider.IsFileLocked(new FileInfo(localEpisode.Path)))
|
||||
if (_diskProvider.IsFileLocked(localEpisode.Path))
|
||||
{
|
||||
_logger.Trace("{0} is in use");
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user