]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/assets/player/types/manager-options.ts
Merge branch 'release/5.0.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / assets / player / types / manager-options.ts
index 78b2e30f4711b6e09ad1d9f0ff1c081a2724dd1b..3fbcec29c79621f115ddceb9c66c03d0a5d52dd1 100644 (file)
@@ -30,7 +30,7 @@ export interface CustomizationOptions {
 
   peertubeLink: boolean
 
-  playbackRate: number | string
+  playbackRate?: number | string
 }
 
 export interface CommonOptions extends CustomizationOptions {