jellyfin-vue icon indicating copy to clipboard operation
jellyfin-vue copied to clipboard

Administrator options not available

Open afcdan opened this issue 1 year ago • 3 comments

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 avatar Apr 27 '23 08:04 afcdan

Having the same issue, everything is disabled.

Bildschirmfoto 2023-04-27 um 20 10 54

omgitsjan avatar Apr 27 '23 18:04 omgitsjan

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

afcdan avatar Apr 28 '23 10:04 afcdan

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

ferferga avatar Apr 28 '23 11:04 ferferga