mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
got basic relationships working
added support for embedded documents.
This commit is contained in:
parent
b6fc731db8
commit
fc641baab3
51 changed files with 359 additions and 127 deletions
6
NzbDrone.Core/Datastore/IEmbeddedDocument.cs
Normal file
6
NzbDrone.Core/Datastore/IEmbeddedDocument.cs
Normal file
|
@ -0,0 +1,6 @@
|
|||
namespace NzbDrone.Core.Datastore
|
||||
{
|
||||
public interface IEmbeddedDocument
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue