From 3ae43da70780b2b4f8f34e0ac4174d2f12adc502 Mon Sep 17 00:00:00 2001 From: Zvonimir Rudinski Date: Wed, 10 Dec 2025 02:18:14 +0100 Subject: [PATCH] increment version --- jellyfin/api_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jellyfin/api_client.py b/jellyfin/api_client.py index bf77471..403d212 100644 --- a/jellyfin/api_client.py +++ b/jellyfin/api_client.py @@ -16,7 +16,7 @@ class JellyfinApiClient: self.logger.info("Connecting to Jellyfin server...") self.client = JellyfinClient() - self.client.config.app('jellydisc', '0.0.1', machine_name, unique_id) + self.client.config.app('jellydisc', '0.0.2', machine_name, unique_id) self.client.config.data['auth.ssl'] = True self.last_auth_time = None