mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Merge branch 'master' of git://github.com/kayone/NzbDrone
This commit is contained in:
commit
8f4fe398ed
3 changed files with 6 additions and 20 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue