mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update path substitution page
This commit is contained in:
parent
15d59df1fd
commit
06334532ea
4 changed files with 6 additions and 2 deletions
|
@ -115,8 +115,12 @@
|
|||
|
||||
$(document).on('pageinit', "#libraryPathMappingPage", function () {
|
||||
|
||||
var page = this;
|
||||
|
||||
$('.libraryPathMappingForm').off('submit', onSubmit).on('submit', onSubmit);
|
||||
|
||||
page.querySelector('.labelFromHelp').innerHTML = Globalize.translate('LabelFromHelp', 'D:\\Movies');
|
||||
|
||||
}).on('pageshow', "#libraryPathMappingPage", function () {
|
||||
|
||||
Dashboard.showLoadingMsg();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue