mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
Fixed #998
This commit is contained in:
parent
b2417d8477
commit
ffc3d6aa8a
4 changed files with 13 additions and 2 deletions
|
@ -15,6 +15,8 @@
|
|||
<form class="form-horizontal" method="POST" id="mainForm">
|
||||
<fieldset>
|
||||
<legend>Sonarr Settings</legend>
|
||||
|
||||
<input hidden="hidden" name="FullRootPath" id="fullRootPath" value="@Model.FullRootPath"/>
|
||||
<div class="form-group">
|
||||
<div class="checkbox">
|
||||
@if (Model.Enabled)
|
||||
|
@ -220,6 +222,8 @@
|
|||
}
|
||||
var qualityProfile = $("#profiles option:selected").val();
|
||||
var rootFolder = $("#rootFolders option:selected").val();
|
||||
var rootFolderPath = $('#rootFolders option:selected').text();
|
||||
$('#fullRootPath').val(rootFolderPath);
|
||||
|
||||
var $form = $("#mainForm");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue