aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone/player/player.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/standalone/player/player.ts')
-rw-r--r--client/src/standalone/player/player.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/standalone/player/player.ts b/client/src/standalone/player/player.ts
index f33539134..71c412950 100644
--- a/client/src/standalone/player/player.ts
+++ b/client/src/standalone/player/player.ts
@@ -192,4 +192,4 @@ export class PeerTubePlayer {
192} 192}
193 193
194// put it on the window as well as the export 194// put it on the window as well as the export
195window[ 'PeerTubePlayer' ] = PeerTubePlayer 195(window[ 'PeerTubePlayer' ] as any) = PeerTubePlayer