mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #672 - Support path mapping
This commit is contained in:
parent
7e45bd999d
commit
35f693e709
7 changed files with 147 additions and 10 deletions
|
@ -155,6 +155,8 @@
|
|||
}
|
||||
html += '</ul>';
|
||||
|
||||
html += '<p>Use <a href="librarypathmapping.html">path substitution</a> to map server paths to network shares that clients are able to access.</p>';
|
||||
|
||||
html += '<p>';
|
||||
html += '<button type="button" data-inline="true" data-icon="minus" data-folderindex="' + index + '" onclick="MediaLibraryPage.deleteVirtualFolder(this);" data-mini="true">Remove</button>';
|
||||
html += '<button type="button" data-inline="true" data-icon="edit" data-folderindex="' + index + '" onclick="MediaLibraryPage.renameVirtualFolder(this);" data-mini="true">Rename</button>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue