mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
fixed double compression issue.
This commit is contained in:
parent
d34b527842
commit
aa50be076c
2 changed files with 5 additions and 2 deletions
|
@ -59,7 +59,8 @@ namespace NzbDrone.Api.Frontend
|
|||
response.Headers.DisableCache();
|
||||
}
|
||||
|
||||
return response.CompressResponse(context.Request);
|
||||
//return response.CompressResponse(context.Request);
|
||||
return response;
|
||||
}
|
||||
|
||||
_logger.Warn("File {0} not found", filePath);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue