update network share settings
This commit is contained in:
parent
4dae2fdc32
commit
fd25ff8c13
8 changed files with 13 additions and 27 deletions
|
@ -12,4 +12,5 @@
|
|||
background: #fff3a5;
|
||||
padding: 1em;
|
||||
border-radius: 5px;
|
||||
margin-bottom: 1.5em;
|
||||
}
|
|
@ -152,7 +152,7 @@
|
|||
}
|
||||
|
||||
if (options.enableNetworkSharePath) {
|
||||
html += '<div class="inputContainer">';
|
||||
html += '<div class="inputContainer" style="margin-top:2em;">';
|
||||
html += '<input is="emby-input" id="txtNetworkPath" type="text" label="' + Globalize.translate('LabelOptionalNetworkPath') + '"/>';
|
||||
html += '<div class="fieldDescription">';
|
||||
html += Globalize.translate('LabelOptionalNetworkPathHelp');
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
|
||||
function updateMediaLocation(page, path, networkSharePath) {
|
||||
var virtualFolder = currentOptions.library;
|
||||
|
||||
ApiClient.updateMediaPath(virtualFolder.Name, {
|
||||
|
||||
Path: path,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue