mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-02 23:04:23 +00: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