mirror of
https://github.com/LukeHagar/plex-api-oauth.git
synced 2025-12-10 12:37:49 +00:00
Update README.md
This commit is contained in:
@@ -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
|
The LoadPlexSession Function returns an object that contains the plexClientInformation and plexTVAuthToken keys/values according to how they were created
|
||||||
``` JavaScript
|
``` JavaScript
|
||||||
const loadedSession = LoadPlexSession();
|
const loadedSession = LoadPlexSession();
|
||||||
if (
|
if (loadedSession.plexClientInformation == null){
|
||||||
loadedSession.plexClientInformation === null ||
|
|
||||||
loadedSession.plexClientInformation === undefined
|
|
||||||
){
|
|
||||||
loadedSession.plexClientInformation = CreatePlexClientInformation();
|
loadedSession.plexClientInformation = CreatePlexClientInformation();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user