mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Calculate proper start time for double episodes
Edit quality profile uses name attribute for switch
This commit is contained in:
parent
2687cd60ed
commit
609c5bfc24
2 changed files with 16 additions and 6 deletions
|
@ -40,12 +40,7 @@
|
|||
|
||||
<div class="controls">
|
||||
<div class="switch" data-on-label="Yes" data-off-label="No">
|
||||
{{#if allowed}}
|
||||
<input type="checkbox" checked="checked" />
|
||||
{{else}}
|
||||
<input type="checkbox" />
|
||||
{{/if}}
|
||||
|
||||
<input type="checkbox" name="allowed" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue