mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 00:53:57 -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
|
@ -152,6 +152,7 @@ namespace NzbDrone.Web.Controllers
|
|||
model.Seasons = _episodeProvider.GetSeasons(seriesId);
|
||||
model.Title = series.Title;
|
||||
model.SeriesId = series.SeriesId;
|
||||
model.HasBanner = !String.IsNullOrEmpty(series.BannerUrl);
|
||||
|
||||
return View(model);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue