mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 19:50:15 -07:00
New: AirTime will be shown in Series grid details.
This commit is contained in:
parent
ac728667ec
commit
4947252f93
4 changed files with 6 additions and 3 deletions
|
@ -27,6 +27,7 @@ namespace NzbDrone.Web.Models
|
|||
public string NextAiringSorter { get; set; }
|
||||
public string Details { get; set; }
|
||||
public string Network { get; set; }
|
||||
public string AirTime { get; set; }
|
||||
|
||||
public IList<int> Seasons { get; set; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue