mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Banner is now shown on Details view.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user