Skip to content

feat: Allow Jellyfin Guids with dashes for import-from-jellyfin endpoint#2340

Open
its-wizza wants to merge 7 commits intoseerr-team:developfrom
its-wizza:jellyfin-guid-fix
Open

feat: Allow Jellyfin Guids with dashes for import-from-jellyfin endpoint#2340
its-wizza wants to merge 7 commits intoseerr-team:developfrom
its-wizza:jellyfin-guid-fix

Conversation

@its-wizza
Copy link

@its-wizza its-wizza commented Jan 26, 2026

Description

  • Allows GUIDs with hyphens as post data to import-from-jellyfin endpoint to align with Jellyfin standards where both with and without dashes is supported (with dashes is preferred)
  • Don't think any other endpoints are affected by the change to support these Jellyfin Guids
  • Fixes API support for Jellyfin Guid with dashes #2338
  • Note: Used AI as a starting point for code

How Has This Been Tested?

Built locally, connected to Jellyfin server and sent POST request to import-from-jellyfin endpoint with Guid with dashes, successfully added user

Screenshots / Logs (if applicable)

Checklist:

  • I have read and followed the contribution guidelines.
  • Disclosed any use of AI (see our policy)
  • [N/A] I have updated the documentation accordingly.
  • All new and existing tests passed.
  • Successful build pnpm build
  • [N/A] Translation keys pnpm i18n:extract
  • [N/A] Database migration (if required)

@its-wizza its-wizza marked this pull request as ready for review January 26, 2026 14:37
@its-wizza its-wizza requested a review from a team as a code owner January 26, 2026 14:37
@its-wizza its-wizza changed the title Allow Jellyfin Guids with dashes feat: Allow Jellyfin Guids with dashes Jan 26, 2026
@its-wizza its-wizza changed the title feat: Allow Jellyfin Guids with dashes feat: Allow Jellyfin Guids with dashes for import-from-jellyfin API Jan 26, 2026
@its-wizza its-wizza changed the title feat: Allow Jellyfin Guids with dashes for import-from-jellyfin API feat: Allow Jellyfin Guids with dashes for import-from-jellyfin endpoint Jan 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

API support for Jellyfin Guid with dashes

1 participant