diff --git a/client/src/standalone/player/src/peertube-player.ts b/client/src/standalone/player/src/peertube-player.ts index 98eb51e23..0bac398a3 100644 --- a/client/src/standalone/player/src/peertube-player.ts +++ b/client/src/standalone/player/src/peertube-player.ts @@ -433,6 +433,7 @@ export class PeerTubePlayer { autoplay: this.getAutoPlayValue(this.currentLoadOptions.autoplay), poster: this.currentLoadOptions.poster, + preload: 'none' as 'none', inactivityTimeout: this.options.inactivityTimeout, playbackRates: [ 0.25, 0.5, 0.75, 1, 1.25, 1.5, 1.75, 2 ],