Skip to content

Commit 07fc531

Browse files
committed
Fix wrong parameter when calling enableForcedTextStreaming
1 parent d3b69de commit 07fc531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/streaming/MediaPlayer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,7 @@ function MediaPlayer() {
11951195
return false;
11961196
}
11971197

1198-
return textController.enableForcedTextStreaming(activeStreamInfo.id, enable);
1198+
return textController.enableForcedTextStreaming(enable);
11991199
}
12001200

12011201
/**

0 commit comments

Comments
 (0)