Skip to content

Commit

Permalink
Remove prefetching in videos (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-mn-yral authored Aug 26, 2022
1 parent ffe114e commit fa9d2e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/web-client/src/components/video/VideoPlayer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ export async function stop() {
videoBgEl.pause();
}
}
$: autoplay && prefetch('/profile/2');
</script>

<player
Expand Down

0 comments on commit fa9d2e7

Please sign in to comment.