mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-16 02:18:16 -07:00
add log message
This commit is contained in:
parent
5396e3c95c
commit
7b1535073b
@ -45,6 +45,7 @@ function onOpen() {
|
||||
}
|
||||
|
||||
export function initialize() {
|
||||
console.debug('[autoCast] initializing connection listener');
|
||||
ServerConnections.getApiClients().forEach(apiClient => {
|
||||
Events.off(apiClient, 'websocketopen', onOpen);
|
||||
Events.on(apiClient, 'websocketopen', onOpen);
|
||||
|
Loading…
Reference in New Issue
Block a user