]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/standalone/videos/test-embed.ts
Improve follow component routing
[github/Chocobozzz/PeerTube.git] / client / src / standalone / videos / test-embed.ts
index c0181ed280db67f81d435376169ea781253e99e3..dba331e90bce4de676f320064fe41449ce1f9d48 100644 (file)
@@ -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