1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-28 23:07:13 -04:00

removed Season/SeasonProvider, updated dbBenchmark tests.

This commit is contained in:
kay.one
2011-06-03 18:56:53 -07:00
parent 2ecd5ddb98
commit d3be516fb2
34 changed files with 317 additions and 485 deletions
-3
View File
@@ -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; }