fix format

This commit is contained in:
j 2021-04-27 10:13:43 +02:00
parent 76cc0d4b6f
commit 7f80458c2e

View file

@ -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
}
}