Skip to content

v2.10.1

Latest

Choose a tag to compare

@giuseppe99barchetta giuseppe99barchetta released this 20 Jul 07:41

This release improves Jellyfin compatibility, enhances migration behavior for existing installations, and introduces internal infrastructure for future Trakt job improvements.

🎬 Jellyfin

  • Fixed provider ID retrieval for Jellyfin media items with empty provider mappings #404

⚙️ Configuration

  • Automatically mark legacy configurations as setup complete during migration, improving upgrade compatibility #405

🔄 Trakt Infrastructure

  • Added internal listTraktJobUsers support for role-based media user retrieval #406
  • Added backend test coverage for role-based Trakt user retrieval

🛠 Fixes

  • Fixed a KeyError when saving media users without a display name #407

🧪 Testing

  • Expanded backend test coverage for Trakt job user retrieval
  • Added regression tests for media users without names

🧹 Misc

  • General maintenance and stability improvements