diff --git a/src/components/Video/Video.js b/src/components/Video/Video.js index a92567c6e..21415153f 100644 --- a/src/components/Video/Video.js +++ b/src/components/Video/Video.js @@ -73,7 +73,7 @@ const Video = ({ className, id, title, thumbnail, season, episode, released, upc const blurThumbnail = profile.settings.hideSpoilers && season && episode && !watched; React.useEffect(() => { - selected && ref.current?.scrollIntoView({ + selected && !watched && ref.current?.scrollIntoView({ behavior: 'smooth', block: 'nearest', inline: 'start'