mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-08-09 20:24:09 +00:00
Fix correct track kind.
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user