fix: Store torrents on NAS
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user