diff --git a/Command/ImportVideosFromYouTubeChannel.php b/Command/ImportVideosFromYouTubeChannel.php index 8266e1e..bffb97c 100644 --- a/Command/ImportVideosFromYouTubeChannel.php +++ b/Command/ImportVideosFromYouTubeChannel.php @@ -125,7 +125,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int $queryParams['pageToken'] = $nextPageToken; } - //$service = $this->googleAccountService->googleServiceFromAccount($youtubeAccount); + // $service = $this->googleAccountService->googleServiceFromAccount($youtubeAccount); $response = $service->search->listSearch('snippet', $queryParams); $nextPageToken = $response->getNextPageToken(); foreach ($response->getItems() as $item) {