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