1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

New: show mono version on System -> Info

This commit is contained in:
Mark McDowall
2014-07-29 23:23:43 -07:00
parent e71de9cc29
commit 705d4a3d02
16 changed files with 91 additions and 64 deletions
@@ -21,7 +21,7 @@ namespace NzbDrone.Api.Frontend.Mappers
_diskProvider = diskProvider;
_logger = logger;
if (!RuntimeInfo.IsProduction)
if (!RuntimeInfoBase.IsProduction)
{
_caseSensitive = true;
}