From 30ceb79f464bc91567bbb949dd4d9c6e48d712ba Mon Sep 17 00:00:00 2001 From: j Date: Tue, 17 Dec 2019 19:37:44 +0200 Subject: [PATCH] no torrents by default --- pandora/config.pandora.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index c418566f8..bd76faa28 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -1274,6 +1274,6 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "formats": ["webm", "mp4"], "previewRatio": 1.3333333333, "resolutions": [240, 480], - "torrent": true + "torrent": false } }