mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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