diff options
Diffstat (limited to 'client/src/standalone')
-rw-r--r-- | client/src/standalone/videos/embed.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/standalone/videos/embed.ts b/client/src/standalone/videos/embed.ts index 925367bb9..bb6baf7f0 100644 --- a/client/src/standalone/videos/embed.ts +++ b/client/src/standalone/videos/embed.ts | |||
@@ -44,7 +44,8 @@ loadVideoInfo(videoId) | |||
44 | const player = this | 44 | const player = this |
45 | 45 | ||
46 | player.dock({ | 46 | player.dock({ |
47 | title: videoInfo.name | 47 | title: videoInfo.name, |
48 | description: 'Use P2P, other may know you are watching that video.' | ||
48 | }) | 49 | }) |
49 | }) | 50 | }) |
50 | }) | 51 | }) |