mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 21:12:43 +02: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