Bump Phraseanet Production Client

update video tools features
- add keyboard shortcuts: move up/down ranges in list
- fix loop if end range match the end of the video
- fix play/pause race condition
This commit is contained in:
Florian BLOUET
2016-07-08 12:12:25 +02:00
parent e84d5a8e72
commit 3258d91f73
2 changed files with 3 additions and 1 deletions

View File

@@ -141,6 +141,8 @@ class LanguageController
'Go 1 frame backward' => $translator->trans('Go 1 frame backward'),
'Go 1 frame forward' => $translator->trans('Go 1 frame forward'),
'Go to end point' => $translator->trans('Go to end point'),
'Move up range' => $translator->trans('Move up range'),
'Move down range' => $translator->trans('Move down range'),
]);
}
}

View File

@@ -35,6 +35,6 @@
},
"dependencies": {
"alchemy-embed-medias": "^0.4.4",
"phraseanet-production-client": "~0.19.20"
"phraseanet-production-client": "~0.19.21"
}
}