mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix invalid refs
This commit is contained in:
parent
e43d5f6f72
commit
65fe2b79e8
2 changed files with 3 additions and 2 deletions
|
@ -214,7 +214,7 @@ import alert from '../../components/alert';
|
|||
});
|
||||
});
|
||||
$('#btnSelectFallbackFontPath', page).on('click.selectDirectory', function () {
|
||||
import('directorybrowser').then(({default: directoryBrowser}) => {
|
||||
import('../../components/directorybrowser/directorybrowser').then(({default: directoryBrowser}) => {
|
||||
const picker = new directoryBrowser();
|
||||
picker.show({
|
||||
includeDirectories: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue