mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 16:13:58 -07:00
Fixed EpisodeSorting examples layout.
Added Missing to main UI. Add links to series from History and Missing. Image for search link on Missing.
This commit is contained in:
parent
8ce222a10c
commit
f02e92b005
13 changed files with 61 additions and 30 deletions
|
@ -68,6 +68,7 @@ namespace NzbDrone.Web.Controllers
|
|||
var history = _historyProvider.AllItemsWithRelationships().Select(h => new HistoryModel
|
||||
{
|
||||
HistoryId = h.HistoryId,
|
||||
SeriesId = h.SeriesId,
|
||||
SeasonNumber = h.Episode.SeasonNumber,
|
||||
EpisodeNumber = h.Episode.EpisodeNumber,
|
||||
EpisodeTitle = h.Episode.Title,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue