mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Added Episodes of Episodes Total progress bar to Series Grid.
This commit is contained in:
@@ -18,6 +18,8 @@ namespace NzbDrone.Web.Models
|
||||
public string AirsDayOfWeek { get; set; }
|
||||
public string QualityProfileName { get; set; }
|
||||
public string Overview { get; set; }
|
||||
public int Episodes { get; set; }
|
||||
public int EpisodeTotal { get; set; }
|
||||
|
||||
//View & Edit
|
||||
[DisplayName("Path")]
|
||||
|
||||
Reference in New Issue
Block a user