mirror of
https://github.com/phin05/discord-rich-presence-plex
synced 2024-11-22 01:23:02 +00:00
Update README.md
This commit is contained in:
parent
0588e38fed
commit
1696e5db8e
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@ A Python script that displays your [Plex](https://www.plex.tv) status on [Discor
|
|||
|
||||
## Configuration
|
||||
|
||||
Add your configuration(s) into the `plexConfigs` list on line 26.
|
||||
Add your configuration(s) into the `plexConfigs` list on line 27.
|
||||
|
||||
#### Example
|
||||
|
||||
|
@ -33,6 +33,7 @@ plexConfigs = [
|
|||
### Other Variables
|
||||
|
||||
* Line 16: `extraLogging` - The script outputs more information if this is set to `True`.
|
||||
* Line 17: `timeRemaining` - Set this to `True` to display time remaining instead of time elapsed while media is playing.
|
||||
|
||||
## License
|
||||
|
||||
|
|
Loading…
Reference in a new issue