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
listTraktJobUserssupport for role-based media user retrieval #406 - Added backend test coverage for role-based Trakt user retrieval
🛠 Fixes
- Fixed a
KeyErrorwhen 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