From e51acb2bc109f103a5ab3481423ca24f23ea9c07 Mon Sep 17 00:00:00 2001 From: paregi12 Date: Fri, 20 Mar 2026 00:48:56 +0530 Subject: [PATCH] fix(player): remove duplicate currentTmdbId declaration --- src/components/player/AndroidVideoPlayer.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/player/AndroidVideoPlayer.tsx b/src/components/player/AndroidVideoPlayer.tsx index 5933a1ef..955c5d85 100644 --- a/src/components/player/AndroidVideoPlayer.tsx +++ b/src/components/player/AndroidVideoPlayer.tsx @@ -271,8 +271,6 @@ const AndroidVideoPlayer: React.FC = () => { const nextEpisodeHook = useNextEpisode(type, season, episode, groupedEpisodes, (metadataResult as any)?.groupedEpisodes, episodeId); - const currentTmdbId = (metadata as any)?.tmdbId || (metadata as any)?.external_ids?.tmdb_id; - const { segments: skipIntervals, outroSegment } = useSkipSegments({ imdbId: resolvedImdbId || (id?.startsWith('tt') ? id : undefined), type,