mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Patch 'Headers' to accept 'undefined'
Fixes `TypeError: Failed to construct 'Headers': No matching constructor signature.`
This commit is contained in:
parent
ed321c4cdb
commit
ab70cc07a8
2 changed files with 27 additions and 0 deletions
|
@ -34,6 +34,7 @@ import './legacy/domParserTextHtml';
|
|||
import './legacy/focusPreventScroll';
|
||||
import './legacy/htmlMediaElement';
|
||||
import './legacy/keyboardEvent';
|
||||
import './legacy/patchHeaders';
|
||||
import './legacy/vendorStyles';
|
||||
import { currentSettings } from './scripts/settings/userSettings';
|
||||
import taskButton from './scripts/taskbutton';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue