mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Added search to Yesterday in Upcoming View.
This commit is contained in:
parent
3dce6a13cd
commit
7291497ce0
2 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ namespace NzbDrone.Web.Models
|
|||
public class UpcomingEpisodeModel
|
||||
{
|
||||
public int SeriesId { get; set; }
|
||||
public int EpisodeId { get; set; }
|
||||
public string SeriesName { get; set; }
|
||||
public int SeasonNumber { get; set; }
|
||||
public int EpisodeNumber { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue