mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
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:
@@ -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; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user