mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix some unhandled promises and refactor some code
This commit is contained in:
parent
d7161f9d65
commit
df599db415
9 changed files with 8 additions and 23 deletions
|
@ -102,9 +102,9 @@ import confirm from '../../components/confirm/confirm';
|
|||
case 'sendmessage':
|
||||
showSendMessageForm(btn, session);
|
||||
break;
|
||||
|
||||
case 'transcodinginfo':
|
||||
showPlaybackInfo(btn, session);
|
||||
break;
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue