mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Added inventory provider with basic tests
This commit is contained in:
parent
53e6b60382
commit
849beef5a2
6 changed files with 200 additions and 12 deletions
|
@ -9,7 +9,7 @@ namespace NzbDrone.Core.Model
|
|||
internal string CleanTitle { get; set; }
|
||||
|
||||
internal int SeasonNumber { get; set; }
|
||||
|
||||
|
||||
internal List<int> Episodes { get; set; }
|
||||
|
||||
internal string EpisodeTitle { get; set; }
|
||||
|
@ -22,6 +22,8 @@ namespace NzbDrone.Core.Model
|
|||
|
||||
public LanguageType Language { get; set; }
|
||||
|
||||
public string NzbUrl { get; set; }
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
if (Episodes == null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue