mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Method, Variable, Class Renames in Readarr.Core
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
This commit is contained in:
@@ -106,9 +106,9 @@ namespace NzbDrone.Core.HealthCheck.Checks
|
||||
var failureMessage = (TrackImportFailedEvent)message;
|
||||
|
||||
// if we can see the file exists but the import failed then likely a permissions issue
|
||||
if (failureMessage.TrackInfo != null)
|
||||
if (failureMessage.BookInfo != null)
|
||||
{
|
||||
var trackPath = failureMessage.TrackInfo.Path;
|
||||
var trackPath = failureMessage.BookInfo.Path;
|
||||
if (_diskProvider.FileExists(trackPath))
|
||||
{
|
||||
return new HealthCheck(GetType(), HealthCheckResult.Error, $"Readarr can see but not access downloaded track {trackPath}. Likely permissions error.", "#permissions-error");
|
||||
|
||||
Reference in New Issue
Block a user