mirror of
https://github.com/Readarr/Readarr.git
synced 2026-02-02 18:22:17 -05:00
Fixed broken tests
This commit is contained in:
@@ -66,7 +66,7 @@ private static object MapLazy(ConventionInfo conventionInfo)
|
||||
|
||||
dynamic lazy = conventionInfo.SourceProp.Value;
|
||||
|
||||
if (lazy.IsLoaded)
|
||||
if (lazy.IsLoaded && lazy.Value != null)
|
||||
{
|
||||
if (conventionInfo.TargetProp.Type.IsAssignableFrom(sourceArgument))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user