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

Administrator options not available #1977

Open
afcdan opened this issue Apr 27, 2023 · 3 comments
Open

Administrator options not available #1977

afcdan opened this issue Apr 27, 2023 · 3 comments
Labels
confirmed This bug was reproduced successfully by multiple people good first issue Good for newcomers help wanted Extra attention is needed not implemented yet Features that are not yet implemented in the client

Comments

@afcdan
Copy link

afcdan commented Apr 27, 2023

Description of the bug

I have Jellyfin-Vue running as a docker container.

When I use the Vue client all of the administrator options are greyed out.

Steps to reproduce

Login using administrator account. Click on profile and select settings.
All settings apart from devices, API keys & logs and activity are greyed out.

Expected behavior

Expect to be able to access the administrator settings listed under settings for an administration account.

Logs

No response

Screenshots

image

Platform

Android

Browser

Chrome

Jellyfin server version

10.8.1

Additional context

No response

@afcdan afcdan added the bug Something isn't working label Apr 27, 2023
@omgitsjan
Copy link
Contributor

Having the same issue, everything is disabled.

Bildschirmfoto 2023-04-27 um 20 10 54

@ferferga ferferga added confirmed This bug was reproduced successfully by multiple people not implemented yet Features that are not yet implemented in the client and removed bug Something isn't working labels Apr 27, 2023
@ferferga ferferga pinned this issue Apr 27, 2023
@ferferga ferferga added help wanted Extra attention is needed good first issue Good for newcomers labels Apr 27, 2023
@afcdan
Copy link
Author

afcdan commented Apr 28, 2023

docker-compose file:

version: "3.8"
services:
jf-vue:
image: jellyfin/jellyfin-vue:unstable
container_name: "jellyfin-vue-client"
stdin_open: true
tty: true
ports:
- 8282:80/tcp
volumes:
- /path/to/config/:/mnt/img
restart: unless-stopped

@ferferga
Copy link
Member

These settings are not implemented yet, the issue has been labelled accordingly.

@jellyfin jellyfin locked and limited conversation to collaborators Apr 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
confirmed This bug was reproduced successfully by multiple people good first issue Good for newcomers help wanted Extra attention is needed not implemented yet Features that are not yet implemented in the client
Projects
None yet
Development

No branches or pull requests

3 participants