You've already forked Sonarr
mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-11-06 09:19:38 +02:00
Fixed broken path tests
This commit is contained in:
@@ -190,6 +190,11 @@ namespace NzbDrone.Windows.Disk
|
||||
|
||||
private IMount GetReparsePoint(string path)
|
||||
{
|
||||
if (!Directory.Exists(path))
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
var di = new DirectoryInfo(path);
|
||||
var isReparsePoint = di.Attributes.HasFlag(FileAttributes.ReparsePoint);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user