From 35e4de640515ea2e2bdbfd0fab1590b7d6ee5f35 Mon Sep 17 00:00:00 2001 From: MasterR3C0RD Date: Mon, 9 Sep 2024 15:20:48 -0300 Subject: [PATCH] Update command in README to fix permissions on Ubuntu/Debian (#280) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index dce01b6..9dc2756 100644 --- a/README.md +++ b/README.md @@ -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`: ```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.