fix format
This commit is contained in:
parent
76cc0d4b6f
commit
7f80458c2e
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue