Update command in README to fix permissions on Ubuntu/Debian (#280)

This commit is contained in:
MasterR3C0RD 2024-09-09 15:20:48 -03:00 committed by GitHub
parent 4b732261b1
commit 35e4de6405
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,9 +83,8 @@ These parameters can be configured by opening the plugin settings
Run the following command to fix the permissions on `index.html`: Run the following command to fix the permissions on `index.html`:
```sh ```sh
sudo chown jellyfin /usr/share/jellyfin/web/index.html sudo dpkg-statoverride --update --add jellyfin root 0644 /usr/share/jellyfin/web/index.html
``` ```
Note that you might need to repeat this command after Jellyfin updates.
- **Windows:** Locate `index.html` in `C:\Program Files\Jellyfin\Server\jellyfin-web` and modify the permissions for your user to Full Control. After making this change, restart Jellyfin. - **Windows:** Locate `index.html` in `C:\Program Files\Jellyfin\Server\jellyfin-web` and modify the permissions for your user to Full Control. After making this change, restart Jellyfin.