mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
look right in IE, all episodes are ajax loaded.
commited somewhere between vancouver and vegas @ 2135ft. Alt and 480mph.
This commit is contained in:
parent
c9bc063a9c
commit
bf1ff29519
31 changed files with 323 additions and 364 deletions
|
@ -6,6 +6,7 @@ namespace NzbDrone.Core.Model
|
|||
public class EpisodeModel
|
||||
{
|
||||
public string SeriesTitle { get; set; }
|
||||
public string EpisodeTitle { get; set; }
|
||||
public int SeasonNumber { get; set; }
|
||||
public int EpisodeNumber { get; set; }
|
||||
public QualityTypes Quality { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue