From 22b59e8099947605085cf65a440f07f37fce6b65 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 28 Feb 2018 15:33:45 +0100 Subject: Add messages about privacy concerns (P2P) --- client/src/standalone/videos/embed.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/src/standalone/videos') 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) const player = this player.dock({ - title: videoInfo.name + title: videoInfo.name, + description: 'Use P2P, other may know you are watching that video.' }) }) }) -- cgit v1.2.3