mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Manual join of Series for EpisodesBetweenDates
This commit is contained in:
parent
df38aa2307
commit
a4d69cc5ce
9 changed files with 33 additions and 12 deletions
|
@ -24,7 +24,7 @@ namespace NzbDrone.Core.Tv
|
|||
Images = new List<MediaCover.MediaCover>();
|
||||
}
|
||||
|
||||
public int TvDbId { get; set; }
|
||||
public int TvdbId { get; set; }
|
||||
public int TvRageId { get; set; }
|
||||
public string ImdbId { get; set; }
|
||||
public string Title { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue