|
|
@ -66,7 +66,7 @@
|
|
|
|
<div class="form-group">
|
|
|
|
<div class="form-group">
|
|
|
|
<label for="RootPath" class="control-label">Root save directory for Movies</label>
|
|
|
|
<label for="RootPath" class="control-label">Root save directory for Movies</label>
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<input type="text" class="form-control form-control-custom " placeholder="C:\Media\Tv" id="RootPath" name="RootPath" value="@Model.RootPath">
|
|
|
|
<input type="text" class="form-control form-control-custom " placeholder="C:\Media\Movies" id="RootPath" name="RootPath" value="@Model.RootPath">
|
|
|
|
<label>Enter the root folder where movies are saved. For example <strong>C:\Media\Movies</strong>.</label>
|
|
|
|
<label>Enter the root folder where movies are saved. For example <strong>C:\Media\Movies</strong>.</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|