Merge branch 'master' of git://github.com/kayone/NzbDrone

This commit is contained in:
Mark McDowall 2011-06-18 00:18:29 -07:00
commit 8f4fe398ed
3 changed files with 6 additions and 20 deletions

View file

@ -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);