mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-09 04:22:30 +01:00
fixed gzip for static resource.
This commit is contained in:
parent
51fb6376b9
commit
a1581477b8
@ -59,7 +59,7 @@ public Response ProcessStaticResourceRequest(NancyContext context, string workin
|
|||||||
response.Headers.DisableCache();
|
response.Headers.DisableCache();
|
||||||
}
|
}
|
||||||
|
|
||||||
return response;
|
return response.CompressResponse(context.Request);
|
||||||
}
|
}
|
||||||
|
|
||||||
_logger.Warn("File {0} not found", filePath);
|
_logger.Warn("File {0} not found", filePath);
|
||||||
|
Loading…
Reference in New Issue
Block a user