mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 15:37:55 +02:00
Merge with Kayone's branch.
This commit is contained in:
@@ -18,9 +18,9 @@ namespace NzbDrone.Core.Repository
|
||||
public DayOfWeek? LastDiskSync { get; set; }
|
||||
|
||||
[SubSonicToManyRelation]
|
||||
public virtual List<Episode> Episodes { get; protected set; }
|
||||
public virtual List<Episode> Episodes { get; set; }
|
||||
|
||||
[SubSonicToOneRelation(ThisClassContainsJoinKey = true)]
|
||||
public virtual Series Series { get; protected set; }
|
||||
public virtual Series Series { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user