Captions should automatically show according to preferences.
このコミットが含まれているのは:
138138138 2022-06-22 19:10:46 +08:00 committed by GitHub
コミット 7db6e43e3f
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -673,7 +673,7 @@ if (player.share) player.share(shareOptions);
// show the preferred caption by default
if (player_data.preferred_caption_found) {
player.ready(function () {
player.textTracks()[1].mode = 'showing';
player.textTracks()[0].mode = 'showing';
});
}