mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Fixed selecting a new folder on add new series.
This commit is contained in:
parent
b7c569d30d
commit
f3194279e4
7 changed files with 60 additions and 15 deletions
|
@ -1,6 +1,10 @@
|
|||
<select class="span6 x-root-folder">
|
||||
{{#if this}}
|
||||
{{#each this}}
|
||||
<option value="{{id}}">{{path}}</option>
|
||||
<option value="{{id}}">{{path}}</option>
|
||||
{{/each}}
|
||||
{{else}}
|
||||
<option value="">Select Path</option>
|
||||
{{/if}}
|
||||
<option value="addNew">Add a different path</option>
|
||||
</select>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue