[PR #11430] Fix GetItem with API key #12893

Closed
opened 2026-02-07 07:03:37 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/11430

State: closed
Merged: No


Changes

Check to see if the folder grabbed when getting Children is the UserRootFolder. If it is, use the Children member of the class to avoid having to provide a user. If not, use the GetChildren method as usual.

Issues

Fixes #11408

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/11430 **State:** closed **Merged:** No --- <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** <!-- Describe your changes here in 1-5 sentences. --> Check to see if the `folder` grabbed when getting Children is the `UserRootFolder`. If it is, use the `Children` member of the class to avoid having to provide a `user`. If not, use the `GetChildren` method as usual. **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> Fixes #11408
OVERLORD added the pull-request label 2026-02-07 07:03:37 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12893