increment version

This commit is contained in:
2025-12-10 02:18:14 +01:00
parent 918b3bae14
commit a40d307956
3 changed files with 13 additions and 1 deletions

View File

@@ -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.1.0', machine_name, unique_id)
self.client.config.data['auth.ssl'] = True
self.last_auth_time = None