Update settings.json

https://github.com/linuxserver/docker-transmission#docker specifies using /watch but settings.json expects /config/watch. modified to properly support the suggested mapping.
This commit is contained in:
driz
2020-09-18 13:47:01 -04:00
committed by GitHub
parent e02e04572c
commit 967a4fdbdd

View File

@@ -63,6 +63,6 @@
"umask": 2,
"upload-slots-per-torrent": 14,
"utp-enabled": false,
"watch-dir": "/config/watch",
"watch-dir": "/watch",
"watch-dir-enabled": true
}