diff options
author | Chocobozzz <me@florianbigard.com> | 2020-04-08 14:39:31 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-04-08 14:39:31 +0200 |
commit | 96aae68cc47b7ac9b9400d5b5cf95acdf9fe38da (patch) | |
tree | d14363cd209f507d6ada3d53b8093c83ae12437b /client/src/standalone/player | |
parent | b1f3b635edf48949d268ce3d72fc33f126932a21 (diff) | |
download | PeerTube-96aae68cc47b7ac9b9400d5b5cf95acdf9fe38da.tar.gz PeerTube-96aae68cc47b7ac9b9400d5b5cf95acdf9fe38da.tar.zst PeerTube-96aae68cc47b7ac9b9400d5b5cf95acdf9fe38da.zip |
Add "ended" embed API event
Diffstat (limited to 'client/src/standalone/player')
-rw-r--r-- | client/src/standalone/player/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/standalone/player/package.json b/client/src/standalone/player/package.json index 591c3ee3d..ba36b8ad3 100644 --- a/client/src/standalone/player/package.json +++ b/client/src/standalone/player/package.json | |||
@@ -1,7 +1,7 @@ | |||
1 | { | 1 | { |
2 | "name": "@peertube/embed-api", | 2 | "name": "@peertube/embed-api", |
3 | "private": false, | 3 | "private": false, |
4 | "version": "0.0.1", | 4 | "version": "0.0.3", |
5 | "description": "API to communicate with the PeerTube player embed", | 5 | "description": "API to communicate with the PeerTube player embed", |
6 | "scripts": { | 6 | "scripts": { |
7 | "test": "echo \"Error: no test specified\" && exit 1" | 7 | "test": "echo \"Error: no test specified\" && exit 1" |