mirror of
https://github.com/Readarr/Readarr.git
synced 2026-05-19 13:56:05 -04:00
Disable cache in debug
This commit is contained in:
@@ -54,6 +54,11 @@ public Response ProcessStaticResourceRequest(NancyContext context, string workin
|
||||
response.Headers.EnableCache();
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
response.Headers.DisableCache();
|
||||
}
|
||||
|
||||
return response;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user