Fixed: Multiple Downloaded Episodes Scan commands should not run in parallel

pull/5493/head
Mark McDowall 1 year ago
parent cd67671bc1
commit b3d1e4f520

@ -9,5 +9,7 @@ namespace NzbDrone.Core.MediaFiles.Commands
public string Path { get; set; }
public string DownloadClientId { get; set; }
public ImportMode ImportMode { get; set; }
public override bool RequiresDiskAccess => true;
public override bool IsLongRunning => true;
}
}

Loading…
Cancel
Save