mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge branch 'es6-webpack' of github.com:vitorsemeano/jellyfin-web into es6-webpack
This commit is contained in:
commit
f77165f8c0
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
import datetime from '../../scripts/datetime';
|
||||
import { Events } from 'jellyfin-apiclient';
|
||||
import browser from '../../scripts/browser';
|
||||
import imageLoader from '../../scripts/imagehelper';
|
||||
import imageLoader from '../images/imageLoader';
|
||||
import layoutManager from '../layoutManager';
|
||||
import { playbackManager } from '../playback/playbackmanager';
|
||||
import nowPlayingHelper from '../playback/nowplayinghelper';
|
||||
|
|
|
@ -696,7 +696,7 @@ export default function () {
|
|||
}
|
||||
|
||||
function savePlaylist() {
|
||||
import('../playlisteditor/playlisteditor').then((playlistEditor) => {
|
||||
import('../playlisteditor/playlisteditor').then(({ default: playlistEditor }) => {
|
||||
getSaveablePlaylistItems().then(function (items) {
|
||||
const serverId = items.length ? items[0].ServerId : ApiClient.serverId();
|
||||
new playlistEditor({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue