Fix correct track kind.

This commit is contained in:
Kavin 2023-01-13 13:32:43 +00:00
parent 768bdf8140
commit 7d4f0109d6
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD

View File

@ -543,7 +543,7 @@ export default {
player.addTextTrackAsync(
subtitle.url,
subtitle.code,
"SUBTITLE",
"subtitles",
subtitle.mimeType,
null,
subtitle.name,