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();
|
||||
console.log(loadedSession);
|
||||
if (
|
||||
loadedSession.plexClientInformation === null ||
|
||||
loadedSession.plexClientInformation === undefined
|
||||
) {
|
||||
if (loadedSession.plexClientInformation == null) {
|
||||
loadedSession.plexClientInformation = CreatePlexClientInformation();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user