mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix invalid import path
This commit is contained in:
parent
8f6c516d50
commit
15e1c24306
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ export default function (view) {
|
|||
reloadItems();
|
||||
});
|
||||
view.querySelector('.btnNewPlaylist').addEventListener('click', function () {
|
||||
import('playlistEditor').then(({default: playlistEditor}) => {
|
||||
import('../components/playlisteditor/playlisteditor').then(({default: playlistEditor}) => {
|
||||
const serverId = ApiClient.serverInfo().Id;
|
||||
new playlistEditor({
|
||||
items: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue