Skip to content

Commit 2709cc1

Browse files
committed
Documented the newly added options.token in readme
1 parent d0b575f commit 2709cc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Options:
1515
- **port**: port number Plex Server is listening on (optional, default: 32400)
1616
- **username**: plex.tv username (optional / required for PlexHome)
1717
- **password**: plex.tv password (optional / required for PlexHome)
18+
- **token**: plex.tv authentication token (optional)
1819
- **options**: override additional PlexHome options (optional, but recommended for PlexHome)
1920
- **identifier**: A unique client identifier. Default is a `generated uuid v4`. *Note: you should really provide this rather than let it get generated. Every time your app runs, a new "device" will get registered on your Plex account, which can lead to poor performance once hundreds or thousands of them get created. Trust me!*
2021
- **product**: The name of your application. Official Plex examples: `Plex Web`, `Plex Home Theater`, `Plex for Xbox One`. Default `Node.js App`
@@ -97,7 +98,7 @@ client.perform("/library/sections/1/refresh").then(function () {
9798
```
9899

99100
### .find(uri, [{criterias}])
100-
101+
2
101102
**Find matching child items on URI**
102103

103104
Uses `query()` behind the scenes, giving all directories and servers the beloved `.uri` property.

0 commit comments

Comments
 (0)