mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-30 17:48:52 +01:00
fixed gzip for static resource.
This commit is contained in:
@@ -59,7 +59,7 @@ namespace NzbDrone.Api.Frontend
|
||||
response.Headers.DisableCache();
|
||||
}
|
||||
|
||||
return response;
|
||||
return response.CompressResponse(context.Request);
|
||||
}
|
||||
|
||||
_logger.Warn("File {0} not found", filePath);
|
||||
|
||||
Reference in New Issue
Block a user