mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
multiple javascript error fixes
This commit is contained in:
parent
e525a46068
commit
68079d96a1
4 changed files with 19 additions and 21 deletions
|
@ -2,11 +2,10 @@ import { Events } from 'jellyfin-apiclient';
|
|||
import browser from '../../scripts/browser';
|
||||
import { appHost } from '../../components/apphost';
|
||||
import * as htmlMediaHelper from '../../components/htmlMediaHelper';
|
||||
import profileBuilder from '../../scripts/browserDeviceProfile';
|
||||
|
||||
function getDefaultProfile() {
|
||||
return import('../../scripts/browserDeviceProfile').then(({ default: profileBuilder }) => {
|
||||
return profileBuilder({});
|
||||
});
|
||||
return profileBuilder({});
|
||||
}
|
||||
|
||||
let fadeTimeout;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue