mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove .default
This commit is contained in:
parent
f62f92b7d5
commit
424d324298
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ import 'emby-select';
|
|||
});
|
||||
view.querySelector('#btnSelectCertPath').addEventListener('click', function () {
|
||||
import('directorybrowser').then(({default: directoryBrowser}) => {
|
||||
const picker = new directoryBrowser.default();
|
||||
const picker = new directoryBrowser();
|
||||
picker.show({
|
||||
includeFiles: true,
|
||||
includeDirectories: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue