mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
moved add series to require.
This commit is contained in:
parent
24c77b4047
commit
72772bed5a
16 changed files with 181 additions and 185 deletions
5
UI/Quality/QualityProfileSelectionPartial.html
Normal file
5
UI/Quality/QualityProfileSelectionPartial.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<select class="span2 x-quality-profile">
|
||||
{{#each this}}
|
||||
<option value="{{id}}">{{name}}</option>
|
||||
{{/each}}
|
||||
</select>
|
Loading…
Add table
Add a link
Reference in a new issue