mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-03 23:33:58 +00:00
oops. fixed relationships.
This commit is contained in:
@@ -115,8 +115,11 @@ namespace Marr.Data
|
||||
_child = _query(db, _parent);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
_child = default(TChild);
|
||||
}
|
||||
|
||||
_child = default(TChild);
|
||||
_isLoaded = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user