Bump Phraseanet Production Client

update video tools features
- add configurable vtt field name
- fix range reordering
- fix keyboard shortcuts
- add keyboard shortcut (add new range)
This commit is contained in:
Florian BLOUET
2016-07-06 16:46:04 +02:00
parent 6774f5cd9e
commit b167766525
2 changed files with 2 additions and 1 deletions

View File

@@ -233,5 +233,6 @@ geocoding-providers:
# name: Latitude # name: Latitude
# type: lat # type: lat
video-editor: video-editor:
vttFieldName: VideoTextTrackChapters
seekBackwardStep: 1000 # in ms seekBackwardStep: 1000 # in ms
seekForwardStep: 1000 # in ms seekForwardStep: 1000 # in ms

View File

@@ -35,6 +35,6 @@
}, },
"dependencies": { "dependencies": {
"alchemy-embed-medias": "^0.4.3", "alchemy-embed-medias": "^0.4.3",
"phraseanet-production-client": "~0.19.15" "phraseanet-production-client": "~0.19.16"
} }
} }