mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
added series route as a mutator to series model.
This commit is contained in:
parent
9b5d22455b
commit
44696a15e7
6 changed files with 14 additions and 9 deletions
|
@ -3,6 +3,8 @@
|
|||
<h1>{{day}}</h1>
|
||||
<h4>{{month}}</h4>
|
||||
</div>
|
||||
<h4>{{series.title}}</h4>
|
||||
<a href="series/details/{{series.titleSlug}}">
|
||||
<h4>{{series.title}}</h4>
|
||||
</a>
|
||||
<p>{{startTime}} {{bestDateString}}<span class="pull-right">{{seasonNumber}}x{{paddedEpisodeNumber}}</span><br>{{episodeTitle}}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue