From 0b9ef62477dd21d2baf4b987187c5019d59aa4d7 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 11 Jan 2025 18:08:12 +0700 Subject: [PATCH] remove notifications from player --- frontend/src/components/VideoPlayer.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/components/VideoPlayer.tsx b/frontend/src/components/VideoPlayer.tsx index 0e1c79e2..d217b118 100644 --- a/frontend/src/components/VideoPlayer.tsx +++ b/frontend/src/components/VideoPlayer.tsx @@ -2,7 +2,6 @@ import updateVideoProgressById from '../api/actions/updateVideoProgressById'; import updateWatchedState from '../api/actions/updateWatchedState'; import { SponsorBlockSegmentType, SponsorBlockType, VideoResponseType } from '../pages/Video'; import watchedThreshold from '../functions/watchedThreshold'; -import Notifications from './Notifications'; import { Dispatch, Fragment, SetStateAction, SyntheticEvent, useState } from 'react'; import formatTime from '../functions/formatTime'; import { useSearchParams } from 'react-router-dom'; @@ -209,8 +208,6 @@ const VideoPlayer = ({ - -
{sponsorBlock?.is_enabled && ( <>