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(
|
player.addTextTrackAsync(
|
||||||
subtitle.url,
|
subtitle.url,
|
||||||
subtitle.code,
|
subtitle.code,
|
||||||
"SUBTITLE",
|
"subtitles",
|
||||||
subtitle.mimeType,
|
subtitle.mimeType,
|
||||||
null,
|
null,
|
||||||
subtitle.name,
|
subtitle.name,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue