mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fixed: No longer gives an Unauthorized error when calculating file hashes of UI resources.
This commit is contained in:
@@ -451,7 +451,7 @@ namespace NzbDrone.Common.Disk
|
|||||||
throw new FileNotFoundException("Unable to find file: " + path, path);
|
throw new FileNotFoundException("Unable to find file: " + path, path);
|
||||||
}
|
}
|
||||||
|
|
||||||
return new FileStream(path, FileMode.Open);
|
return new FileStream(path, FileMode.Open, FileAccess.Read);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user