X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fstandalone%2Fvideos%2Ftest-embed.ts;h=dba331e90bce4de676f320064fe41449ce1f9d48;hb=65b247ddc75aa9f131af86dde21c8d958f7f4b39;hp=c0181ed280db67f81d435376169ea781253e99e3;hpb=902aa3a099638b2198c24c076c61577a8435277b;p=github%2FChocobozzz%2FPeerTube.git 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