validate jellyfin image url

This commit is contained in:
2025-12-10 04:10:06 +01:00
parent eb69650423
commit d4febbc3b2
3 changed files with 7 additions and 5 deletions

View File

@@ -8,3 +8,4 @@
- Handle paused state correctly by checking the `PlayState` property from Jellyfin and updating Discord Rich Presence accordingly
- Set the `auth.ssl` configuration option in Jellyfin Client dynamically based on the `jellyfin_server_url`
- Removed `to_rpc_payload` function in favor of a class method within the `JellyfinMediaItem` class for better encapsulation and organization of code
- Added major improvements to typing and type hints throughout the codebase for better code clarity and maintainability