]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/standalone/player/player.ts
Refactor torrent-or-magnet divider in video import
[github/Chocobozzz/PeerTube.git] / client / src / standalone / player / player.ts
index f33539134c892f301cc4341e93511134737dc79c..71c41295076db65bdc1a8e36c1e97510deaa6007 100644 (file)
@@ -192,4 +192,4 @@ export class PeerTubePlayer {
 }
 
 // put it on the window as well as the export
-window[ 'PeerTubePlayer' ] = PeerTubePlayer
+(window[ 'PeerTubePlayer' ] as any) = PeerTubePlayer