mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Renamed image is in effect.
Series Detail by series will now store episodeFileId.
This commit is contained in:
parent
723882ea48
commit
381d67e56b
3 changed files with 39 additions and 25 deletions
|
@ -7,6 +7,7 @@ namespace NzbDrone.Web.Models
|
|||
{
|
||||
public string Title { get; set; }
|
||||
public int EpisodeId { get; set; }
|
||||
public int EpisodeFileId { get; set; }
|
||||
public int EpisodeNumber { get; set; }
|
||||
public int SeasonNumber { get; set; }
|
||||
public string Overview { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue