mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-07 09:15:58 +00:00
Fixed bug where status was shown instead of title on SeriesDetail page
This commit is contained in:
@@ -183,7 +183,7 @@ namespace NzbDrone.Web.Controllers
|
||||
}
|
||||
model.Overview = series.Overview;
|
||||
model.Seasons = _episodeProvider.GetSeasons(seriesId);
|
||||
model.Title = series.Status;
|
||||
model.Title = series.Title;
|
||||
model.SeriesId = series.SeriesId;
|
||||
|
||||
return View(model);
|
||||
|
||||
Reference in New Issue
Block a user