diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-11-10 16:13:51 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-11-10 16:13:51 +0100 |
| commit | f87cb3baa4230e269f708466718eec280ef9f14a (patch) | |
| tree | 304063a0eb447f628c26103c7cb8d84292c4d202 /animism-align/frontend/app/types.js | |
| parent | c398c4a963b8c2f398c7af4b4f431dc1e42a237c (diff) | |
subtitle toggle button
Diffstat (limited to 'animism-align/frontend/app/types.js')
| -rw-r--r-- | animism-align/frontend/app/types.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/animism-align/frontend/app/types.js b/animism-align/frontend/app/types.js index d55e27c..bbc76b2 100644 --- a/animism-align/frontend/app/types.js +++ b/animism-align/frontend/app/types.js @@ -23,7 +23,7 @@ export const align = crud_type('align', [ ]) export const audio = with_type('audio', [ - 'play', 'pause', 'seek', 'update_time', 'set_volume', + 'play', 'pause', 'seek', 'update_time', 'set_volume', 'set_cc', ]) export const viewer = with_type('viewer', [ |
