diff --git a/src/NzbDrone.Api/Frontend/CacheableSpecification.cs b/src/NzbDrone.Api/Frontend/CacheableSpecification.cs index ff606e8a4e..b427658e90 100644 --- a/src/NzbDrone.Api/Frontend/CacheableSpecification.cs +++ b/src/NzbDrone.Api/Frontend/CacheableSpecification.cs @@ -14,7 +14,7 @@ public class CacheableSpecification : ICacheableSpecification { public bool IsCacheable(NancyContext context) { - if (BuildInfo.IsDebug) + if (!RuntimeInfoBase.IsProduction) { return false; }