mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
Player Remote UI only working for Admin #6804
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 @BotBlake on GitHub (Mar 7, 2025).
This issue respects the following points:
Describe the bug
When trying to use Jellyfins builtin remote, the UI for it only works when you have the "manage Server" permissions.
Here is a screenshot of an admin streaming to the AndroidTV client:
And here is a screenshot of a normal user doing the same:
This issue does not only happen with the
Reproduction Steps
Expected/Actual behaviour
I expected the RemoteUI to work for normal Users as well.
Logs
No response
Server version
10.10.6
Web version
10.10.6
Build version
10.10.6
Platform
Linux, Windows
Browser
Firefox, Chrome
Additional information
No response
@viown commented on GitHub (Mar 12, 2025):
This looks like a server issue not sending the session data for non-admin users. I was able to fix it by forcing it to poll the sessions by removing this check.