mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix some bugs reported by sonarCloud
This commit is contained in:
parent
92b1cb3aa3
commit
03a6269b5f
3 changed files with 7 additions and 9 deletions
|
@ -249,11 +249,9 @@ import confirm from '../confirm/confirm';
|
|||
dispatchNeedsRefresh();
|
||||
break;
|
||||
case 'playlist':
|
||||
import('../playlisteditor/playlisteditor').then((playlistEditor) => {
|
||||
new playlistEditor({
|
||||
items: items,
|
||||
serverId: serverId
|
||||
});
|
||||
new playlistEditor({
|
||||
items: items,
|
||||
serverId: serverId
|
||||
});
|
||||
hideSelections();
|
||||
dispatchNeedsRefresh();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue