mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-06 02:52:41 +01:00
88525a0b7c
Add new series now has a drop box for rootdir. Moved add series javascript to addSeries.js.
8 lines
217 B
Plaintext
8 lines
217 B
Plaintext
<span>
|
|
<input id="rootDirInput" class="folderLookup" type="text" style="width: 400px" />
|
|
<button id="saveDir">
|
|
Add</button>
|
|
</span><span id="rootDirs">
|
|
@{Html.RenderAction("RootList");}
|
|
</span>
|