mirror of
https://github.com/KuekHaoYang/KVideo.git
synced 2026-08-12 23:33:43 +08:00
feat: Implement language filtering and display language information across video components.
This commit is contained in:
@@ -48,6 +48,12 @@ export function VideoMetadata({ videoData, source, title }: VideoMetadataProps)
|
||||
{videoData.vod_area}
|
||||
</Badge>
|
||||
)}
|
||||
{videoData?.vod_lang && (
|
||||
<Badge variant="secondary">
|
||||
<Icons.Languages size={14} className="mr-1" />
|
||||
{videoData.vod_lang}
|
||||
</Badge>
|
||||
)}
|
||||
</div>
|
||||
{videoData?.vod_content && (
|
||||
<p className="text-sm sm:text-base text-[var(--text-secondary)]">
|
||||
|
||||
Reference in New Issue
Block a user