mirror of
https://github.com/phin05/discord-rich-presence-plex
synced 2024-11-14 22:37:07 +00:00
Update README.md
This commit is contained in:
parent
e340d22fe9
commit
d095d82ed6
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ A Python script that displays your [Plex](https://www.plex.tv) status on [Discor
|
||||||
|
|
||||||
Add your configuration(s) into the `plexConfigs` list on line 24.
|
Add your configuration(s) into the `plexConfigs` list on line 24.
|
||||||
|
|
||||||
### Example
|
#### Example
|
||||||
|
|
||||||
```python
|
```python
|
||||||
plexConfigs = [
|
plexConfigs = [
|
||||||
|
@ -21,7 +21,7 @@ plexConfigs = [
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
### Valid Parameters
|
#### Parameters
|
||||||
|
|
||||||
* `serverName` - Name of the Plex Media Server to connect to
|
* `serverName` - Name of the Plex Media Server to connect to
|
||||||
* `username` - Username of the account the server is signed in as
|
* `username` - Username of the account the server is signed in as
|
||||||
|
|
Loading…
Reference in a new issue