diff options
Diffstat (limited to 'client/src/standalone')
-rw-r--r-- | client/src/standalone/videos/embed.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/standalone/videos/embed.ts b/client/src/standalone/videos/embed.ts index 40d945824..bd012f506 100644 --- a/client/src/standalone/videos/embed.ts +++ b/client/src/standalone/videos/embed.ts | |||
@@ -194,7 +194,7 @@ export class PeerTubeEmbed { | |||
194 | enableHotkeys: true, | 194 | enableHotkeys: true, |
195 | peertubeLink: true, | 195 | peertubeLink: true, |
196 | poster: window.location.origin + videoInfo.previewPath, | 196 | poster: window.location.origin + videoInfo.previewPath, |
197 | theaterMode: false, | 197 | theaterButton: false, |
198 | 198 | ||
199 | serverUrl: window.location.origin, | 199 | serverUrl: window.location.origin, |
200 | language: navigator.language, | 200 | language: navigator.language, |