mirror of
https://github.com/p-stream/p-stream.git
synced 2026-01-11 20:10:32 +00:00
Update CaptionsView.tsx
This commit is contained in:
parent
ac7e44f234
commit
5da9183260
1 changed files with 1 additions and 1 deletions
|
|
@ -544,7 +544,7 @@ export function CaptionsView({
|
|||
)}
|
||||
|
||||
{/* Loading external subtitles */}
|
||||
{isLoadingExternalSubtitles && externalCaptions.length === 0 && (
|
||||
{isLoadingExternalSubtitles && (
|
||||
<div className="p-4 rounded-xl bg-video-context-light bg-opacity-10 text-center">
|
||||
<div className="text-video-context-type-secondary">
|
||||
{t("player.menus.subtitles.loadingExternal")}
|
||||
|
|
|
|||
Loading…
Reference in a new issue