mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-16 10:28:18 -07: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
@ -249,7 +249,7 @@ import confirm from '../confirm/confirm';
|
|||||||
dispatchNeedsRefresh();
|
dispatchNeedsRefresh();
|
||||||
break;
|
break;
|
||||||
case 'playlist':
|
case 'playlist':
|
||||||
import('../playlisteditor/playlisteditor').then((laylistEditor) => {
|
import('../playlisteditor/playlisteditor').then((playlistEditor) => {
|
||||||
new playlistEditor({
|
new playlistEditor({
|
||||||
items: items,
|
items: items,
|
||||||
serverId: serverId
|
serverId: serverId
|
||||||
|
Loading…
Reference in New Issue
Block a user