mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
fixed gzip for static resource.
This commit is contained in:
@@ -59,7 +59,7 @@ namespace NzbDrone.Api.Frontend
|
|||||||
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);
|
||||||
|
|||||||
Reference in New Issue
Block a user