mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-17 21:26:13 -04:00
Fixed: Multiple Downloaded Episodes Scan commands should not run in parallel
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user