1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
Luke Pulverenti 2015-08-31 01:20:23 -04:00
parent 393670e6c5
commit 2af957e65d

View file

@ -1948,7 +1948,7 @@ var AppInfo = {};
var apiClient = window.ApiClient; var apiClient = window.ApiClient;
// Close the connection gracefully when possible // Close the connection gracefully when possible
if (apiCblient && apiClient.isWebSocketOpen()) { if (apiClient && apiClient.isWebSocketOpen()) {
var localActivePlayers = MediaController.getPlayers().filter(function (p) { var localActivePlayers = MediaController.getPlayers().filter(function (p) {