mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Banner is now shown on Details view.
This commit is contained in:
parent
dfd0720872
commit
f8ae95d36f
4 changed files with 28 additions and 3 deletions
|
@ -20,6 +20,7 @@ namespace NzbDrone.Web.Models
|
|||
public string QualityProfileName { get; set; }
|
||||
public string Overview { get; set; }
|
||||
public int Episodes { get; set; }
|
||||
public bool HasBanner { get; set; }
|
||||
|
||||
public IList<int> Seasons { get; set; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue