mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix typo
This commit is contained in:
parent
393670e6c5
commit
2af957e65d
1 changed files with 1 additions and 1 deletions
|
@ -1948,7 +1948,7 @@ var AppInfo = {};
|
|||
var apiClient = window.ApiClient;
|
||||
|
||||
// Close the connection gracefully when possible
|
||||
if (apiCblient && apiClient.isWebSocketOpen()) {
|
||||
if (apiClient && apiClient.isWebSocketOpen()) {
|
||||
|
||||
var localActivePlayers = MediaController.getPlayers().filter(function (p) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue