fix: Store torrents on NAS

This commit is contained in:
2025-07-06 10:06:17 -06:00
parent 8fc84f639c
commit a364710a01
2 changed files with 15 additions and 15 deletions

View File

@@ -49,13 +49,13 @@ in {
access.r = "*";
};
"/Media library" = {
path = "/persist/media/library";
path = "/media/library";
# View and upload, but no deleting.
access.rw = "*";
access.rwmd = "@jellyfin-admin";
};
"/Torrents" = {
path = "/persist/media/torrents";
path = "/media/torrents";
access.r = "*";
access.rwmd = "@jellyfin-admin";
};