diff --git a/src/components/player/atoms/settings/CaptionsView.tsx b/src/components/player/atoms/settings/CaptionsView.tsx index 2a316174..fbc8d0f0 100644 --- a/src/components/player/atoms/settings/CaptionsView.tsx +++ b/src/components/player/atoms/settings/CaptionsView.tsx @@ -544,7 +544,7 @@ export function CaptionsView({ )} {/* Loading external subtitles */} - {isLoadingExternalSubtitles && externalCaptions.length === 0 && ( + {isLoadingExternalSubtitles && (
{t("player.menus.subtitles.loadingExternal")}