mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Merge branch 'master' of git://github.com/kayone/NzbDrone
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