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
|
"torrent": If true, video downloads are offered via BitTorrent
|
||||||
*/
|
*/
|
||||||
"video": {
|
"video": {
|
||||||
"downloadFormat": "webm",
|
"downloadFormat": "mp4",
|
||||||
"formats": ["webm", "mp4"],
|
"formats": ["mp4"],
|
||||||
"previewRatio": 1.3333333333,
|
"previewRatio": 1.3333333333,
|
||||||
//"resolutions": [240, 480],
|
"resolutions": [480],
|
||||||
"resolutions": [0],
|
|
||||||
"torrent": false
|
"torrent": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue