1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-03 18:15:37 +00:00

fixed gzip for static resource.

This commit is contained in:
kay.one 2013-07-06 20:56:48 -07:00
parent 51fb6376b9
commit a1581477b8

View file

@ -59,7 +59,7 @@ public Response ProcessStaticResourceRequest(NancyContext context, string workin
response.Headers.DisableCache();
}
return response;
return response.CompressResponse(context.Request);
}
_logger.Warn("File {0} not found", filePath);