mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-25 07:25:22 -07:00
Added emby base url #3505
This commit is contained in:
parent
0e1c11756b
commit
7424a82179
1 changed files with 7 additions and 0 deletions
|
@ -57,6 +57,13 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="form-group">
|
||||||
|
<label for="subDir" class="control-label">Base URL</label>
|
||||||
|
<div>
|
||||||
|
<input type="text" class="form-control-custom form-control" id="subDir" [(ngModel)]="server.subDir" value="{{server.subDir}}">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="authToken" class="control-label">Emby Api Key</label>
|
<label for="authToken" class="control-label">Emby Api Key</label>
|
||||||
<div class="">
|
<div class="">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue