mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Fix correct track kind.
This commit is contained in:
parent
768bdf8140
commit
7d4f0109d6
1 changed files with 1 additions and 1 deletions
|
@ -543,7 +543,7 @@ export default {
|
|||
player.addTextTrackAsync(
|
||||
subtitle.url,
|
||||
subtitle.code,
|
||||
"SUBTITLE",
|
||||
"subtitles",
|
||||
subtitle.mimeType,
|
||||
null,
|
||||
subtitle.name,
|
||||
|
|
Loading…
Reference in a new issue