mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
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:
@@ -141,6 +141,8 @@ class LanguageController
|
|||||||
'Go 1 frame backward' => $translator->trans('Go 1 frame backward'),
|
'Go 1 frame backward' => $translator->trans('Go 1 frame backward'),
|
||||||
'Go 1 frame forward' => $translator->trans('Go 1 frame forward'),
|
'Go 1 frame forward' => $translator->trans('Go 1 frame forward'),
|
||||||
'Go to end point' => $translator->trans('Go to end point'),
|
'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'),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -35,6 +35,6 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"alchemy-embed-medias": "^0.4.4",
|
"alchemy-embed-medias": "^0.4.4",
|
||||||
"phraseanet-production-client": "~0.19.20"
|
"phraseanet-production-client": "~0.19.21"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user