mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix currentApiClient references
This commit is contained in:
parent
8bc8255a3e
commit
54d71126d9
11 changed files with 14 additions and 14 deletions
|
@ -84,7 +84,7 @@ function ScreenSaverManager() {
|
|||
|
||||
this.show = function () {
|
||||
let isLoggedIn;
|
||||
const apiClient = ConnectionManager.currentApiClient();
|
||||
const apiClient = window.ConnectionManager.currentApiClient();
|
||||
|
||||
if (apiClient && apiClient.isLoggedIn()) {
|
||||
isLoggedIn = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue