1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

oops. fixed relationships.

This commit is contained in:
kay.one 2013-05-21 23:05:05 -07:00
parent 3bed87ec4e
commit 143675cf80

View File

@ -115,8 +115,11 @@ public override void LazyLoad()
_child = _query(db, _parent);
}
}
else
{
_child = default(TChild);
}
_child = default(TChild);
_isLoaded = true;
}
}