mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
User ID format changed in 10.7 #2366
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mcarlton00 on GitHub (Dec 9, 2020).
Describe the bug
When authenticating to a 10.7rc1 server, you get back a user id in the form or a GUID with dashes.
While if you authenticate to a 10.6.4 and lower server, you get back a user id in a string with no dashes
The only currently known issue with this is that the Kodi Sync Queue plugin is not working with the dash version. But there may be breakage or unintended side effects in other clients.
System (please complete the following information):
To Reproduce
Expected behavior
If we maintain our "no api breakage for 10.7 stance, it will need to be changed to the no-dash version.
Additional context
Credits for the investigation go to user dbgha on the forums. https://forum.jellyfin.org/t/kodi-sync-queue-issue/3567/14?u=mcarlton00