mirror of https://github.com/Sonarr/Sonarr
oops. fixed relationships.
This commit is contained in:
parent
3bed87ec4e
commit
143675cf80
|
@ -115,8 +115,11 @@ namespace Marr.Data
|
|||
_child = _query(db, _parent);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
_child = default(TChild);
|
||||
}
|
||||
|
||||
_child = default(TChild);
|
||||
_isLoaded = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue