]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts
Support short uuid for scripts
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-watch / shared / playlist / video-watch-playlist.component.ts
index 0a4d6bfd11c66d2dd6a9e0852a28a182b332e167..8b3ed496464b74c195cadde42988fa0ce9394f38 100644 (file)
@@ -130,7 +130,7 @@ export class VideoWatchPlaylistComponent {
 
         setTimeout(() => {
           document.querySelector('.element-' + this.currentPlaylistPosition).scrollIntoView(false)
-        }, 0)
+        })
 
         return
       }