1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00

Put instance name in embed button

This commit is contained in:
Chocobozzz 2022-06-28 14:04:03 +02:00
parent 9f4109e263
commit bd2b51be4b
No known key found for this signature in database
GPG key ID: 583A612D890159BE
9 changed files with 37 additions and 24 deletions

View file

@ -196,6 +196,8 @@ export class PeerTubeEmbed {
captionsResponse,
alreadyHadPlayer,
translations,
serverConfig: this.config,
onVideoUpdate: (uuid: string) => this.loadVideoAndBuildPlayer(uuid),
playlistTracker: this.playlistTracker,