diff --git a/pandora/srv/pandora/pandora/config.jsonc b/pandora/srv/pandora/pandora/config.jsonc index 247bf0f..ba509f6 100644 --- a/pandora/srv/pandora/pandora/config.jsonc +++ b/pandora/srv/pandora/pandora/config.jsonc @@ -1252,9 +1252,9 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "torrent": If true, video downloads are offered via BitTorrent */ "video": { - "formats": ["webm", "mp4"], + "formats": ["mp4"], "previewRatio": 1.3333333333, - "resolutions": [240, 480], + "resolutions": [96, 1080], "torrent": true } }