aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/types/manager-options.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/assets/player/types/manager-options.ts')
-rw-r--r--client/src/assets/player/types/manager-options.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/assets/player/types/manager-options.ts b/client/src/assets/player/types/manager-options.ts
index 3057a5adb..78b2e30f4 100644
--- a/client/src/assets/player/types/manager-options.ts
+++ b/client/src/assets/player/types/manager-options.ts
@@ -29,6 +29,8 @@ export interface CustomizationOptions {
29 resume?: string 29 resume?: string
30 30
31 peertubeLink: boolean 31 peertubeLink: boolean
32
33 playbackRate: number | string
32} 34}
33 35
34export interface CommonOptions extends CustomizationOptions { 36export interface CommonOptions extends CustomizationOptions {