From 7f80458c2e3f70f896e360a67e240f9f0a3eb94e Mon Sep 17 00:00:00 2001 From: j Date: Tue, 27 Apr 2021 10:13:43 +0200 Subject: [PATCH] fix format --- config.jsonc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config.jsonc b/config.jsonc index 32d2114..7769b73 100644 --- a/config.jsonc +++ b/config.jsonc @@ -1334,11 +1334,10 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "torrent": If true, video downloads are offered via BitTorrent */ "video": { - "downloadFormat": "webm", - "formats": ["webm", "mp4"], + "downloadFormat": "mp4", + "formats": ["mp4"], "previewRatio": 1.3333333333, - //"resolutions": [240, 480], - "resolutions": [0], + "resolutions": [480], "torrent": false } }