NOTE: DATABASE NEEDS TO BE DELETED AND RECREATED
This commit is contained in:
tidusjar 2017-11-03 00:57:09 +00:00
commit dedf42ac87
33 changed files with 386 additions and 3294 deletions

View file

@ -25,6 +25,6 @@ namespace Ombi.Store.Entities
public int GrandparentKey { get; set; }
public PlexContent Series { get; set; }
public PlexServerContent Series { get; set; }
}
}