jellyfin / jellyfin-vue

A modern web client for Jellyfin based on Vue
https://jellyfin.org
GNU General Public License v3.0
1.25k stars 226 forks source link

Administrator options not available #1977

Open afcdan opened 1 year ago

afcdan commented 1 year ago

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

omgitsjan commented 1 year ago

Having the same issue, everything is disabled.

Bildschirmfoto 2023-04-27 um 20 10 54
afcdan commented 1 year ago

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:

ferferga commented 1 year ago

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