mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
fixed gzip for static resource.
This commit is contained in:
parent
51fb6376b9
commit
a1581477b8
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue