[fix] Vtt ext name

This commit is contained in:
acite
2025-09-20 13:11:24 +08:00
parent 55ea2e1ae3
commit f78bcc83c9
3 changed files with 3 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ class Video(
fun getSubtitle(): String {
return if (isLocal)
"$localBase/videos/$klass/$id/subtitle.ass"
"$localBase/videos/$klass/$id/subtitle.vtt"
else
"${ApiClient.getBase()}api/video/$klass/$id/subtitle?token=$token"
}