feat: Implement language filtering and display language information across video components.

This commit is contained in:
kuekhaoyang
2026-02-16 22:08:25 +08:00
parent c8402aedef
commit e95fae4284
11 changed files with 229 additions and 5 deletions
+1
View File
@@ -73,6 +73,7 @@ export async function getVideoDetail(
vod_director: videoData.vod_director,
vod_content: videoData.vod_content,
type_name: videoData.type_name,
vod_lang: videoData.vod_lang,
episodes,
source: source.id,
source_code: playFrom[selectedIndex] || '',