From a7c9cbb56f4c8cca074ebe5bb35d59458b2e414e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 10 Jul 2018 18:36:07 +0200 Subject: Change friendly reminder about privacy. --- client/src/standalone/videos/test-embed.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/standalone') diff --git a/client/src/standalone/videos/test-embed.ts b/client/src/standalone/videos/test-embed.ts index c0181ed28..dba331e90 100644 --- a/client/src/standalone/videos/test-embed.ts +++ b/client/src/standalone/videos/test-embed.ts @@ -49,7 +49,7 @@ window.addEventListener('load', async () => { } else { let itemEl = document.createElement('a') itemEl.href = 'javascript:;' - itemEl.innerText = rate + itemEl.innerText = rate.toString() itemEl.addEventListener('click', () => { player.setPlaybackRate(rate) currentRate = rate -- cgit v1.2.3