mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-04-26 16:46:32 +00:00
Fix correct track kind.
This commit is contained in:
parent
768bdf8140
commit
7d4f0109d6
@ -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…
x
Reference in New Issue
Block a user