mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
oops. fixed relationships.
This commit is contained in:
@@ -115,8 +115,11 @@ namespace Marr.Data
|
|||||||
_child = _query(db, _parent);
|
_child = _query(db, _parent);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
_child = default(TChild);
|
_child = default(TChild);
|
||||||
|
}
|
||||||
|
|
||||||
_isLoaded = true;
|
_isLoaded = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user