mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #11024] Always make userId query parameter optional #12698
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?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/11024
State: closed
Merged: Yes
This changes a few API endpoints that currently require a user id as query parameter.
This is both a nice-to-have change for client devs and a potential security fix. I haven't verified but it looks like before this change any authenticated user could get/post the display preferences of all users.
Changes
Issues