Update README.md

This commit is contained in:
Luke Hagar
2022-08-04 15:05:53 -05:00
committed by GitHub
parent 3159dfb1ac
commit 26d59e7dff

View File

@@ -13,7 +13,8 @@ Examples Assume React Syntax
### Loading a Saved Session ### Loading a Saved Session
The LoadPlexSession Function returns an object that contains the plexClientInformation and plexTVAuthToken keys/values according to how they were created 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 (loadedSession.plexClientInformation == null){ if (loadedSession.plexClientInformation == null){