Skip to content

Commit 6016666

Browse files
committed
Reaedme updated
1 parent 6bf6460 commit 6016666

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ class Example extends Component {
4848
| gm_user_email `String` | User email passed to gumlet insights object | null |
4949
| gm_custom_data_1 `String` | Custom data 1 passed to gumlet insights object | null |
5050
| loop `Boolean` | Should the video play in a loop | Default set in collection settings |
51-
| thumbnail `String` | URL Encoded value of the Poster/Thumbnail URL which should be shown | Default set in asset details |
5251
| drm_token `String` | Token generated on backend for DRM Protected content | null |
5352
| expires `Integer` | Token expiry time from epoch in millis for DRM protected content | null |
5453
| vast_tag_url `String` | URL Encoded VAST tag URL | null |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gumlet/react-embed-player",
3-
"version": "2.0.19",
3+
"version": "2.0.20",
44
"description": "Gumlet React Embed Player",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)