1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

apply suggestion

This commit is contained in:
grafixeyehero 2020-06-26 21:39:47 +03:00
parent 3e583fcf21
commit cf931d429a
8 changed files with 14 additions and 14 deletions

View file

@ -255,7 +255,7 @@ define(['browser', 'appStorage', 'apphost', 'loading', 'connectionManager', 'glo
switch (id) {
case 'addtocollection':
require(['collectionEditor'], function (collectionEditor) {
new collectionEditor.default().show({
new collectionEditor.showEditor({
items: items,
serverId: serverId
});
@ -265,7 +265,7 @@ define(['browser', 'appStorage', 'apphost', 'loading', 'connectionManager', 'glo
break;
case 'playlist':
require(['playlistEditor'], function (playlistEditor) {
new playlistEditor.default().show({
new playlistEditor.showEditor({
items: items,
serverId: serverId
});