diff options
Diffstat (limited to 'client/src/assets')
-rw-r--r-- | client/src/assets/player/types/manager-options.ts | 2 |
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 | ||
36 | export interface CommonOptions extends CustomizationOptions { | 36 | export interface CommonOptions extends CustomizationOptions { |