mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
Add series uses all available information
This commit is contained in:
parent
bfb167c374
commit
23acb3a9ae
6 changed files with 19 additions and 22 deletions
|
@ -42,6 +42,7 @@ namespace NzbDrone.Core.Datastore
|
|||
.HasOne(h => h.Episode, h => h.EpisodeId);
|
||||
|
||||
Mapper.Entity<Series>().RegisterModel("Series")
|
||||
.Ignore(s => s.Path)
|
||||
.HasOne(s => s.RootFolder, s => s.RootFolderId);
|
||||
|
||||
Mapper.Entity<Season>().RegisterModel("Seasons");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue