diff options
author | Chocobozzz <me@florianbigard.com> | 2020-04-08 14:51:44 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-04-08 14:52:28 +0200 |
commit | 6ccdf9d53e4d68bcdf49bb7098c382d059988c4e (patch) | |
tree | 2f6bc3008bc9fbc8b15115827e32f5a1cf88904b /client/src/standalone/player/package.json | |
parent | afd1a6ed49e44858848461614e2438c82e521d21 (diff) | |
download | PeerTube-6ccdf9d53e4d68bcdf49bb7098c382d059988c4e.tar.gz PeerTube-6ccdf9d53e4d68bcdf49bb7098c382d059988c4e.tar.zst PeerTube-6ccdf9d53e4d68bcdf49bb7098c382d059988c4e.zip |
Add duration in embed api playbackStatusUpdate
Diffstat (limited to 'client/src/standalone/player/package.json')
-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 ba36b8ad3..985097af5 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.3", | 4 | "version": "0.0.4", |
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" |