From 6de076222aca7005371e01768171efdc62ed8018 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sat, 25 Feb 2023 16:18:28 +0100 Subject: Avoid always resuming the end of the video --- client/src/standalone/videos/shared/player-manager-options.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src/standalone/videos/shared/player-manager-options.ts') 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 { videoCaptions, inactivityTimeout: 2500, videoViewUrl: this.videoFetcher.getVideoViewsUrl(video.uuid), + videoViewIntervalMs: 5000, metricsUrl: window.location.origin + '/api/v1/metrics/playback', videoShortUUID: video.shortUUID, -- cgit v1.2.3