mirror of
https://github.com/LukeHagar/plex-api-oauth.git
synced 2025-12-10 04:20:51 +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
|
||||
``` JavaScript
|
||||
const loadedSession = LoadPlexSession();
|
||||
if (
|
||||
loadedSession.plexClientInformation === null ||
|
||||
loadedSession.plexClientInformation === undefined
|
||||
){
|
||||
if (loadedSession.plexClientInformation == null){
|
||||
loadedSession.plexClientInformation = CreatePlexClientInformation();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user