mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
Disable cache in debug
This commit is contained in:
parent
41f99dd793
commit
eedccf03b6
1 changed files with 5 additions and 0 deletions
|
@ -54,6 +54,11 @@ namespace NzbDrone.Api.Frontend
|
||||||
response.Headers.EnableCache();
|
response.Headers.EnableCache();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
else
|
||||||
|
{
|
||||||
|
response.Headers.DisableCache();
|
||||||
|
}
|
||||||
|
|
||||||
return response;
|
return response;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue