pull/2247/merge
servarr[bot] 2 months ago committed by GitHub
commit bfa9998a28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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