diff options
author | Chocobozzz <me@florianbigard.com> | 2019-12-05 17:06:18 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-12-05 17:06:18 +0100 |
commit | 3d9a63d3d824e753e95292b5e1343e1ebf9eaf71 (patch) | |
tree | f52c6da3c014c83e8687fb09ec8645ea845bbcdf /client/src/standalone | |
parent | 0d3a9be9f13c2642cb6cf26fdebc5edf5217bbbc (diff) | |
download | PeerTube-3d9a63d3d824e753e95292b5e1343e1ebf9eaf71.tar.gz PeerTube-3d9a63d3d824e753e95292b5e1343e1ebf9eaf71.tar.zst PeerTube-3d9a63d3d824e753e95292b5e1343e1ebf9eaf71.zip |
Add hook to alter player build 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, |