replace jellyfin utils with class method

This commit is contained in:
2025-12-10 03:59:29 +01:00
parent 5ca3a38beb
commit 0c242f15f4
5 changed files with 48 additions and 51 deletions

View File

@@ -7,3 +7,4 @@
- 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
- 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