removed info option from YouTubePlayerOptions (#39382)

This commit is contained in:
Thomas Röggla
2019-10-24 19:21:50 +02:00
committed by Wesley Wigham
parent 07bf2ebb10
commit 90feb4efa5

View File

@@ -53,14 +53,6 @@ interface YouTubePlayerOptions {
* from other channels
*/
related?: boolean;
/**
* This parameter indicates whether the player should display information
* like the video title and uploader before the video starts playing. The
* default value is true.
* @deprecated Ignored after September 25, 2018
* @see https://developers.google.com/youtube/player_parameters#release_notes_08_23_2018
*/
info?: boolean;
/**
* The time between onTimeupdate callbacks, in milliseconds. Default is
* 1000.