mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
feat: create video player speed indicator
This commit is contained in:
parent
838c5b3485
commit
adefa1e4cd
3 changed files with 97 additions and 0 deletions
|
|
@ -1327,5 +1327,13 @@
|
|||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"speedIndicator": "Playback rate: {speed}",
|
||||
"@speedIndicator": {
|
||||
"placeholders": {
|
||||
"speed": {
|
||||
"type": "double"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue