mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Added NextAiring to Series (ResultColumn), which is used for Series/Index. Added tests and fixed broken tests after adding new property.
This commit is contained in:
@@ -61,5 +61,8 @@ namespace NzbDrone.Core.Repository
|
||||
|
||||
[ResultColumn]
|
||||
public int SeasonCount { get; set; }
|
||||
|
||||
[ResultColumn]
|
||||
public DateTime? NextAiring { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user