add autopep8 formatting

This commit is contained in:
2025-12-10 02:51:46 +01:00
parent 9242b02957
commit 59183e7021
10 changed files with 43 additions and 16 deletions

View File

@@ -3,3 +3,4 @@
- Updated Jellyfin item fetching logic to skip items that are not `Audio`, `Episode`, or `Movie` types, preventing errors when unsupported media types are encountered
- Updated Jellyfin image fetching logic to use `ParentId` for episodes and music tracks to ensure correct artwork is displayed in Discord Rich Presence
- 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