mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Toggle episode monitored status from episode details
This commit is contained in:
parent
44950c212e
commit
17ffdbc89e
4 changed files with 53 additions and 14 deletions
|
@ -2,11 +2,16 @@
|
|||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||||
|
||||
{{#if episodeTitle}}
|
||||
<h3>{{episodeTitle}} - {{EpisodeNumber}}</h3>
|
||||
{{else}}
|
||||
<h3>{{title}} - {{EpisodeNumber}}</h3>
|
||||
{{/if}}
|
||||
<h3>
|
||||
<i class="icon-bookmark x-episode-monitored" title="Toggle monitored status" />
|
||||
{{#if episodeTitle}}
|
||||
{{episodeTitle}}
|
||||
{{else}}
|
||||
{{title}}
|
||||
{{/if}}
|
||||
- {{EpisodeNumber}}
|
||||
</h3>
|
||||
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<ul class="nav nav-tabs" id="myTab">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue