Show Path to episode on disk in Details.

Timer to cleanup/scan for EpisodeFiles (Midnight)
Fixed Relationship for EpisodeFile to Series
This commit is contained in:
markus101 2011-02-24 17:18:22 -08:00
parent b5c7135d24
commit a950a13c30
9 changed files with 40 additions and 11 deletions

View file

@ -12,7 +12,7 @@ namespace NzbDrone.Web.Models
public int EpisodeNumber { get; set; }
public int SeasonNumber { get; set; }
public string Overview { get; set; }
public string Path { get; set; }
public DateTime AirDate { get; set; }
}
}