diff options
author | Chocobozzz <me@florianbigard.com> | 2022-12-29 10:14:43 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-12-29 10:14:43 +0100 |
commit | 4fe7cde283b9b88a2917824e34e23356849b33b8 (patch) | |
tree | 2d22401d48bba04247bd99c791f1eee04e485d8b /client/src/assets/player | |
parent | d97d36b486847689f6089a6877afc70ba4123e80 (diff) | |
download | PeerTube-4fe7cde283b9b88a2917824e34e23356849b33b8.tar.gz PeerTube-4fe7cde283b9b88a2917824e34e23356849b33b8.tar.zst PeerTube-4fe7cde283b9b88a2917824e34e23356849b33b8.zip |
Fix build
Diffstat (limited to 'client/src/assets/player')
-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 { |