mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update src/components/multiSelect/multiSelect.js
Co-authored-by: Odd Stråbø <oddstr13@openshell.no>
This commit is contained in:
parent
19140f0459
commit
2ce673912c
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ import confirm from '../confirm/confirm';
|
|||
dispatchNeedsRefresh();
|
||||
break;
|
||||
case 'playlist':
|
||||
import('../playlisteditor/playlisteditor').then((laylistEditor) => {
|
||||
import('../playlisteditor/playlisteditor').then((playlistEditor) => {
|
||||
new playlistEditor({
|
||||
items: items,
|
||||
serverId: serverId
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue