1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update network share settings

This commit is contained in:
Luke Pulverenti 2016-09-24 13:58:17 -04:00
parent 4dae2fdc32
commit fd25ff8c13
8 changed files with 13 additions and 27 deletions

View file

@ -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');