mirror of
https://github.com/Radarr/Radarr
synced 2024-12-25 17:27:59 +00:00
oops. fixed relationships.
This commit is contained in:
parent
3bed87ec4e
commit
143675cf80
1 changed files with 4 additions and 1 deletions
|
@ -115,8 +115,11 @@ public override void LazyLoad()
|
|||
_child = _query(db, _parent);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
_child = default(TChild);
|
||||
}
|
||||
|
||||
_child = default(TChild);
|
||||
_isLoaded = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue