diff options
Diffstat (limited to 'client/src/standalone')
-rw-r--r-- | client/src/standalone/videos/shared/player-manager-options.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/standalone/videos/shared/player-manager-options.ts b/client/src/standalone/videos/shared/player-manager-options.ts index f09c86d14..43ae22a3b 100644 --- a/client/src/standalone/videos/shared/player-manager-options.ts +++ b/client/src/standalone/videos/shared/player-manager-options.ts | |||
@@ -217,6 +217,7 @@ export class PlayerManagerOptions { | |||
217 | videoCaptions, | 217 | videoCaptions, |
218 | inactivityTimeout: 2500, | 218 | inactivityTimeout: 2500, |
219 | videoViewUrl: this.videoFetcher.getVideoViewsUrl(video.uuid), | 219 | videoViewUrl: this.videoFetcher.getVideoViewsUrl(video.uuid), |
220 | videoViewIntervalMs: 5000, | ||
220 | metricsUrl: window.location.origin + '/api/v1/metrics/playback', | 221 | metricsUrl: window.location.origin + '/api/v1/metrics/playback', |
221 | 222 | ||
222 | videoShortUUID: video.shortUUID, | 223 | videoShortUUID: video.shortUUID, |