mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
fixed episode parse issue
This commit is contained in:
parent
62b2cd510f
commit
d7732cab3b
8 changed files with 28 additions and 22 deletions
|
@ -9,6 +9,8 @@ namespace NzbDrone.Core.Model
|
|||
internal int SeasonNumber { get; set; }
|
||||
internal int Year { get; set; }
|
||||
|
||||
public QualityTypes Quality { get; set; }
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return string.Format("Series:{0} Season:{1}", SeriesTitle, SeasonNumber);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue