mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
started Inline edit of quality for episode file
This commit is contained in:
parent
324862ee13
commit
f9437baf80
7 changed files with 95 additions and 8 deletions
7
UI/Cells/Edit/QualityCellEditorTemplate.html
Normal file
7
UI/Cells/Edit/QualityCellEditorTemplate.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
{{#each available}}
|
||||
{{#if selected}}
|
||||
<option value="{{id}}" selected="selected">{{name}}</option>
|
||||
{{else}}
|
||||
<option value="{{id}}">{{name}}</option>
|
||||
{{/if}}
|
||||
{{/each}}
|
Loading…
Add table
Add a link
Reference in a new issue