mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixed code smells
This commit is contained in:
parent
fc9f747db2
commit
5c58d1472f
3 changed files with 65 additions and 59 deletions
|
@ -144,7 +144,7 @@ export function show(button) {
|
|||
}
|
||||
|
||||
function showActivePlayerMenu(playerInfo) {
|
||||
showActivePlayerMenuInternal(dialogHelper, playerInfo);
|
||||
showActivePlayerMenuInternal(playerInfo);
|
||||
}
|
||||
|
||||
function disconnectFromPlayer(currentDeviceName) {
|
||||
|
@ -182,7 +182,7 @@ function disconnectFromPlayer(currentDeviceName) {
|
|||
}
|
||||
}
|
||||
|
||||
function showActivePlayerMenuInternal(dialogHelper, playerInfo) {
|
||||
function showActivePlayerMenuInternal(playerInfo) {
|
||||
let html = '';
|
||||
|
||||
const dialogOptions = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue