mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Added asp.net tick timer
Added health monitoring Updated database logging
This commit is contained in:
@@ -14,9 +14,9 @@ namespace NzbDrone.Core.Repository
|
||||
public QualityTypes Quality { get; set; }
|
||||
public DateTime Date { get; set; }
|
||||
public bool IsProper { get; set; }
|
||||
|
||||
|
||||
[SubSonicToOneRelation(ThisClassContainsJoinKey = true)]
|
||||
public virtual Episode Episode { get; private set; }
|
||||
public virtual Episode Episode { get; protected set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user