mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Added more information to episode details
This commit is contained in:
parent
43baa2b86e
commit
324862ee13
3 changed files with 17 additions and 6 deletions
|
@ -5,11 +5,10 @@
|
|||
<h3>
|
||||
<i class="icon-bookmark x-episode-monitored" title="Toggle monitored status" />
|
||||
{{#if episodeTitle}}
|
||||
{{episodeTitle}}
|
||||
{{title}} - {{EpisodeNumber}} - {{episodeTitle}}
|
||||
{{else}}
|
||||
{{title}}
|
||||
{{series.title}} - {{EpisodeNumber}} - {{title}}
|
||||
{{/if}}
|
||||
- {{EpisodeNumber}}
|
||||
</h3>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue