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