diff --git a/DysonNetwork.Drive/Storage/FileController.cs b/DysonNetwork.Drive/Storage/FileController.cs index d8849d27..37514107 100644 --- a/DysonNetwork.Drive/Storage/FileController.cs +++ b/DysonNetwork.Drive/Storage/FileController.cs @@ -143,7 +143,7 @@ public class FileController( return fileName; } - public ActionResult? TryProxyRedirect(SnCloudFile file, RemoteStorageConfig dest, string fileName) + private ActionResult? TryProxyRedirect(SnCloudFile file, RemoteStorageConfig dest, string fileName) { if (dest.ImageProxy is not null && (file.MimeType?.StartsWith("image/") ?? false)) {