fixed multiple default imports missing
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
5b5d6a45b0
commit
0da8f4eb85
3 changed files with 3 additions and 3 deletions
|
@ -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