From 5a3ebe6c01f881f3e05e1ab7fb03bbe752212bec Mon Sep 17 00:00:00 2001 From: tapframe Date: Thu, 30 Oct 2025 23:28:24 +0530 Subject: [PATCH] ui changes --- src/components/player/common/UpNextButton.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/player/common/UpNextButton.tsx b/src/components/player/common/UpNextButton.tsx index e2bed2f..0f66ae3 100644 --- a/src/components/player/common/UpNextButton.tsx +++ b/src/components/player/common/UpNextButton.tsx @@ -171,8 +171,8 @@ const UpNextButton: React.FC = ({ {/* Bottom overlay text */} = ({ {isLoading ? 'Loading next…' : 'Up next'} - + S{nextEpisode.season_number}E{nextEpisode.episode_number} {nextEpisode.name ? `: ${nextEpisode.name}` : ''}