|
|
@ -53,7 +53,7 @@
|
|
|
|
<div class="form-group">
|
|
|
|
<div class="form-group">
|
|
|
|
<label for="RootPath" class="control-label">Root save directory for TV shows</label>
|
|
|
|
<label for="RootPath" class="control-label">Root save directory for TV shows</label>
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<input type="text" class="form-control form-control-custom " id="RootPath" name="RootPath" value="@Model.RootPath">
|
|
|
|
<input type="text" class="form-control form-control-custom " placeholder="C:\Media\Tv" id="RootPath" name="RootPath" value="@Model.RootPath">
|
|
|
|
<label>Enter the root folder where tv shows are saved. For example <strong>C:\Media\TV</strong>.</label>
|
|
|
|
<label>Enter the root folder where tv shows are saved. For example <strong>C:\Media\TV</strong>.</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -201,7 +201,6 @@
|
|
|
|
console.log(response);
|
|
|
|
console.log(response);
|
|
|
|
if (response.result === true) {
|
|
|
|
if (response.result === true) {
|
|
|
|
generateNotify(response.message, "success");
|
|
|
|
generateNotify(response.message, "success");
|
|
|
|
$('#authToken').val(response.authToken);
|
|
|
|
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
generateNotify(response.message, "warning");
|
|
|
|
generateNotify(response.message, "warning");
|
|
|
|
}
|
|
|
|
}
|
|
|
|