mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #2131 from dmitrylyzo/es6-webos
Fix babel support for legacy browsers
This commit is contained in:
commit
e3964a29c8
6 changed files with 52 additions and 21 deletions
|
@ -30,6 +30,8 @@ import { pageClassOn, serverAddress } from './clientUtils';
|
|||
import '../libraries/screensavermanager';
|
||||
import './serverNotifications';
|
||||
import '../components/playback/playerSelectionMenu';
|
||||
import '../legacy/focusPreventScroll';
|
||||
import '../legacy/vendorStyles';
|
||||
import SyncPlay from '../components/syncPlay/core';
|
||||
import { playbackManager } from '../components/playback/playbackmanager';
|
||||
import SyncPlayToasts from '../components/syncPlay/ui/syncPlayToasts';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue