mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 16:43:58 -07:00
New: show mono version on System -> Info
This commit is contained in:
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue