feat: create video player speed indicator

This commit is contained in:
Trizotto 2025-09-07 15:03:41 +02:00
parent 838c5b3485
commit adefa1e4cd
3 changed files with 97 additions and 0 deletions

View file

@ -1327,5 +1327,13 @@
"type": "int"
}
}
},
"speedIndicator": "Playback rate: {speed}",
"@speedIndicator": {
"placeholders": {
"speed": {
"type": "double"
}
}
}
}