mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 16:43:58 -07:00
Synced Marr with upstream
This commit is contained in:
parent
96990eabb3
commit
16425cdab6
4 changed files with 113 additions and 79 deletions
|
@ -54,7 +54,7 @@ namespace Marr.Data
|
|||
|
||||
// Register a default IReflectionStrategy
|
||||
ReflectionStrategy = new CachedReflectionStrategy();
|
||||
|
||||
|
||||
// Register a default type converter for Enums
|
||||
TypeConverters.Add(typeof(Enum), new Converters.EnumStringConverter());
|
||||
|
||||
|
@ -180,7 +180,7 @@ namespace Marr.Data
|
|||
|
||||
return Relationships[type];
|
||||
}
|
||||
|
||||
|
||||
#endregion
|
||||
|
||||
#region - Reflection Strategy -
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue