Update service-jellyfin.json to add torrent download directory for media access
This commit is contained in:
@@ -39,6 +39,11 @@
|
|||||||
"DEST": "/media",
|
"DEST": "/media",
|
||||||
"TYPE": "rw"
|
"TYPE": "rw"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"SOURCE": "/etc/user/data/transmission/downloads/complete",
|
||||||
|
"DEST": "/media/torrent",
|
||||||
|
"TYPE": "rw"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"SOURCE": "/etc/user/data/jellyfin/config",
|
"SOURCE": "/etc/user/data/jellyfin/config",
|
||||||
"DEST": "/config",
|
"DEST": "/config",
|
||||||
|
Reference in New Issue
Block a user