X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fassets%2Fplayer%2Ftypes%2Fmanager-options.ts;h=c14fd7e9977c38fd8c378df56989725b6d7ad76c;hb=7815dc450ea9f8fd63e2234b6215013a132e6229;hp=3057a5adbdad0714aaf4b5af4b8c895e3fd79aec;hpb=b1dbb9fefc870a90b25f5c0153589f45c9e75e3e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/assets/player/types/manager-options.ts b/client/src/assets/player/types/manager-options.ts index 3057a5adb..c14fd7e99 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 { resume?: string peertubeLink: boolean + + playbackRate?: number | string } export interface CommonOptions extends CustomizationOptions { @@ -53,6 +55,8 @@ export interface CommonOptions extends CustomizationOptions { inactivityTimeout: number poster: string + videoViewIntervalMs: number + instanceName: string theaterButton: boolean