mirror of
https://github.com/LukeHagar/Warden.git
synced 2025-12-06 04:22:06 +00:00
Update App.jsx
This commit is contained in:
@@ -108,10 +108,7 @@ function App() {
|
|||||||
|
|
||||||
const loadedSession = LoadPlexSession();
|
const loadedSession = LoadPlexSession();
|
||||||
console.log(loadedSession);
|
console.log(loadedSession);
|
||||||
if (
|
if (loadedSession.plexClientInformation == null) {
|
||||||
loadedSession.plexClientInformation === null ||
|
|
||||||
loadedSession.plexClientInformation === undefined
|
|
||||||
) {
|
|
||||||
loadedSession.plexClientInformation = CreatePlexClientInformation();
|
loadedSession.plexClientInformation = CreatePlexClientInformation();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user