mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
removed Season/SeasonProvider, updated dbBenchmark tests.
This commit is contained in:
@@ -56,9 +56,6 @@ namespace NzbDrone.Core.Repository
|
||||
[SubSonicToOneRelation(ThisClassContainsJoinKey = true, JoinKeyName = "QualityProfileId")]
|
||||
public virtual QualityProfile QualityProfile { get; set; }
|
||||
|
||||
[SubSonicToManyRelation]
|
||||
public virtual IList<Season> Seasons { get; protected set; }
|
||||
|
||||
[SubSonicToManyRelation]
|
||||
public virtual IList<Episode> Episodes { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user