handle paused state

This commit is contained in:
2025-12-10 03:32:10 +01:00
parent 4d76ef02d9
commit d0fcb3e57c
4 changed files with 9 additions and 4 deletions

View File

@@ -5,3 +5,4 @@
- Added `coloredlogs` dependency for improved logging output
- Added a formatting script (`scripts/format.sh`) that uses `autopep8` to automatically format the codebase for better readability and consistency
- Removed caching of last fetched items to ensure the most up-to-date information is always displayed in Discord Rich Presence
- Handle paused state correctly by checking the `PlayState` property from Jellyfin and updating Discord Rich Presence accordingly