Update README.md

This commit is contained in:
Luke Hagar
2022-08-04 14:51:11 -05:00
committed by GitHub
parent 400f1b5d6c
commit 0b6a92018d

View File

@@ -16,10 +16,7 @@ Examples Assume React Syntax
The LoadPlexSession Function returns an object that contains the plexClientInformation and plexTVAuthToken keys/values according to how they were created
``` JavaScript
const loadedSession = LoadPlexSession();
if (
loadedSession.plexClientInformation === null ||
loadedSession.plexClientInformation === undefined
){
if (loadedSession.plexClientInformation == null){
loadedSession.plexClientInformation = CreatePlexClientInformation();
}