mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix linting
This commit is contained in:
parent
c37e8f2f1b
commit
43d01146a2
4 changed files with 8 additions and 9 deletions
|
@ -23,9 +23,7 @@ define(["quickConnectSettings", "dom", "globalize", "loading", "userSettings", "
|
|||
btn.textContent = "Quick connect is not available on this server";
|
||||
btn.disabled = true;
|
||||
return false;
|
||||
}
|
||||
|
||||
else if (status === "Available") {
|
||||
} else if (status === "Available") {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue