Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync Play Button hidden even though permission is set correctly #5557

Closed
Rankarusu opened this issue May 19, 2024 · 2 comments
Closed

Sync Play Button hidden even though permission is set correctly #5557

Rankarusu opened this issue May 19, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Rankarusu
Copy link

Describe The Bug
I really hope this is the right place to post this issue. Maybe I'm just too dumb to find the right option in the admin panel, but i recently noticed the sync play button missing in the web player. I checked if it has something to do with incorrect permissions but my user has "CreateAndJoinGroups" set, which is also what the server delivers via json when the user endpoint is called. Funnily enough, the button is there. I can remove the "hide" CSS class from it via dev tools and use it like nothing happened.

Steps To Reproduce

  1. Open Jellyfin web
  2. Open dev tools
  3. find header buttons via inspect
  4. Remove hide class from sync button

Expected Behavior
Button is shown when permission is set

System (please complete the following information):

  • Platform: Arch Linux, Windows 10
  • Browser: Brave, Chrome
  • Jellyfin Version: 10.9.2
@Rankarusu Rankarusu added the bug Something isn't working label May 19, 2024
@thornbill
Copy link
Member

Please verify that syncplay is included in the list of "plugins" enabled in the web config. Typically you should receive an updated version of the config file when you update Jellyfin, but if you have made customizations in the past that might not be the case.

Default config.json for 10.9
General documentation about config.json

@Rankarusu
Copy link
Author

Please verify that syncplay is included in the list of "plugins" enabled in the web config. Typically you should receive an updated version of the config file when you update Jellyfin, but if you have made customizations in the past that might not be the case.

Default config.json for 10.9 General documentation about config.json

Ah, that was it. Yeah, I edited that config. Thank you so much!

@thornbill thornbill pinned this issue May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants