diff --git a/src/NzbDrone.Api/Mapping/CloneInjection.cs b/src/NzbDrone.Api/Mapping/CloneInjection.cs index 5a1afa067..2afc3df7e 100644 --- a/src/NzbDrone.Api/Mapping/CloneInjection.cs +++ b/src/NzbDrone.Api/Mapping/CloneInjection.cs @@ -66,7 +66,7 @@ namespace NzbDrone.Api.Mapping dynamic lazy = conventionInfo.SourceProp.Value; - if (lazy.IsLoaded) + if (lazy.IsLoaded && lazy.Value != null) { if (conventionInfo.TargetProp.Type.IsAssignableFrom(sourceArgument)) {