Skip to content

Commit 655e7a5

Browse files
committed
docs/api: add info about cover & cropCover
1 parent e4ce873 commit 655e7a5

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/api.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,13 @@ all keys in this table are optional.
144144
| `date` | `string` | release date or creation date |
145145

146146
#### audio object
147-
| key | type | value |
148-
|:----------|:----------|:-------------------------------------------|
149-
| `copy` | `boolean` | defines whether audio codec data is copied |
150-
| `format` | `string` | output audio format |
151-
| `bitrate` | `string` | preferred bitrate of audio format |
147+
| key | type | value |
148+
|:------------|:----------|:-----------------------------------------------------------|
149+
| `copy` | `boolean` | defines whether audio codec data is copied |
150+
| `format` | `string` | output audio format |
151+
| `bitrate` | `string` | preferred bitrate of audio format |
152+
| `cover` | `boolean` | whether tunnels include a cover art file (optional) |
153+
| `cropCover` | `boolean` | whether cover art should be cropped to a square (optional) |
152154

153155
### picker response
154156
| key | type | value |

0 commit comments

Comments
 (0)