mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
more dynamic binding to sqlce
This commit is contained in:
parent
2873fc9f6d
commit
885688f4c2
7 changed files with 30 additions and 35 deletions
|
@ -36,11 +36,6 @@ namespace NzbDrone.Common
|
|||
}
|
||||
}
|
||||
|
||||
public static bool IsMono
|
||||
{
|
||||
get { return Type.GetType("Mono.Runtime") != null; }
|
||||
}
|
||||
|
||||
public static bool IsDebug
|
||||
{
|
||||
get
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue