|
@@ -128,6 +128,7 @@ class YoutubeService implements SmmPlatformInterface
|
|
|
|
|
|
$status = new Google_Service_YouTube_VideoStatus();
|
|
|
$status->setPrivacyStatus('public');
|
|
|
+ $status->setMadeForKids(true);
|
|
|
|
|
|
$video = new Google_Service_YouTube_Video();
|
|
|
$video->setSnippet($snippet);
|